#A419D6

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

Shades of Dark Orchid #A419D6

Tints of Dark Orchid #A419D6

Color information

#A419D6 (or 0xA419D6) is unknown color: approx Dark Orchid. HEX triplet: A4, 19 and D6. RGB value is (164,25,214). Sum of RGB (Red+Green+Blue) = 164+25+214=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #A419D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A419D6 is #5BE629. Grayscale: #575757. Windows color (decimal): -6022698 or 14031268. OLE color: 14031268.

HSL color Cylindrical-coordinate representation of color #A419D6: hue angle of 284.13º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A419D6 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16425214-
CMYK0.230.8800.16
HSL284.13º79.08%46.86%-
HSV(B)284.13º88.32%83.92%-
XYZ27.813.4464.75-
YUV88.11199.05182.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 25 (10.16% from 255) = 6.20%
BLUE value IS 214 (83.98% from 255) = 53.10%
R=40.69%
G=6.20%
B=53.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal164252140.230.8800.16284.1379.0846.86
HexA419D6175801011c4f2f
Octal244313262713002043411757
Binary1010010011001110101101011110110000100001000111001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A419D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A419D6; }

 p { color: rgb(164,25,214); }

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

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

 a { background-color: rgb(164,25,214); }

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

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

 span { border-color: rgb(164,25,214); }

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