#A219C6

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

Shades of Dark Orchid #A219C6

Tints of Dark Orchid #A219C6

Color information

#A219C6 (or 0xA219C6) is unknown color: approx Dark Orchid. HEX triplet: A2, 19 and C6. RGB value is (162,25,198). Sum of RGB (Red+Green+Blue) = 162+25+198=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #A219C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A219C6 is #5DE639. Grayscale: #555555. Windows color (decimal): -6153786 or 12982690. OLE color: 12982690.

HSL color Cylindrical-coordinate representation of color #A219C6: hue angle of 287.51º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A219C6 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16225198-
CMYK0.180.8700.22
HSL287.51º77.58%43.73%-
HSV(B)287.51º87.37%77.65%-
XYZ25.4412.4554.49-
YUV85.68191.39182.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 25 (10.16% from 255) = 6.49%
BLUE value IS 198 (77.73% from 255) = 51.43%
R=42.08%
G=6.49%
B=51.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162251980.180.8700.22287.5177.5843.73
HexA219C612570161204e2c
Octal242313062212702644011654
Binary1010001011001110001101001010101110101101001000001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A219C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A219C6; }

 p { color: rgb(162,25,198); }

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

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

 a { background-color: rgb(162,25,198); }

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

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

 span { border-color: rgb(162,25,198); }

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