#a438db

Color #A438DB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A438DB

Tints of Dark Orchid #A438DB

Color information

#A438DB (or 0xA438DB) is unknown color: approx Dark Orchid. HEX triplet: A4, 38 and DB. RGB value is (164,56,219). Sum of RGB (Red+Green+Blue) = 164+56+219=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #A438DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A438DB is #5BC724. Grayscale: #6A6A6A. Windows color (decimal): -6014757 or 14366884. OLE color: 14366884.

HSL color Cylindrical-coordinate representation of color #A438DB: hue angle of 279.75º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A438DB is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16456219-
CMYK0.250.7400.14
HSL279.75º69.36%53.92%-
HSV(B)279.75º74.43%85.88%-
XYZ29.5115.8468.52-
YUV106.87191.28168.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 56 (22.27% from 255) = 12.76%
BLUE value IS 219 (85.94% from 255) = 49.89%
R=37.36%
G=12.76%
B=49.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal164562190.250.7400.14279.7569.3653.92
HexA438DB194A0E1184536
Octal244703333111201643010566
Binary1010010011100011011011110011001010011101000110001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a438db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a438db; }

 p { color: rgb(164,56,219); }

 H1.HeaderClassName
 {
   color: #a438db;
 }
 .AnyTagClassName
 {
   color: #a438db;
 }
</style>
background-color css

<style>
 a { background-color: #a438db; }

 a { background-color: rgb(164,56,219); }

 div.DivClassName
 {
   background-color: #a438db;
 }
 .BgClassName
 {
   background-color: #a438db;
 }
</style>
border-color css

<style>
 span { border-color: #a438db; }

 span { border-color: rgb(164,56,219); }

 td.TdClassName
 {
   border-color: #a438db;
 }
 .TagClassName
 {
   border-color: #a438db;
 }
</style>