#A219C0

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

Shades of Dark Orchid #A219C0

Tints of Dark Orchid #A219C0

Color information

#A219C0 (or 0xA219C0) is unknown color: approx Dark Orchid. HEX triplet: A2, 19 and C0. RGB value is (162,25,192). Sum of RGB (Red+Green+Blue) = 162+25+192=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #A219C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A219C0 is #5DE63F. Grayscale: #545454. Windows color (decimal): -6153792 or 12589474. OLE color: 12589474.

HSL color Cylindrical-coordinate representation of color #A219C0: hue angle of 289.22º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A219C0 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16225192-
CMYK0.160.8700.25
HSL289.22º76.96%42.55%-
HSV(B)289.22º86.98%75.29%-
XYZ24.7612.1850.92-
YUV85188.39182.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.74%
GREEN value IS 25 (10.16% from 255) = 6.60%
BLUE value IS 192 (75.39% from 255) = 50.66%
R=42.74%
G=6.60%
B=50.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162251920.160.8700.25289.2276.9642.55
HexA219C010570191214d2b
Octal242313002012703144111553
Binary1010001011001110000001000010101110110011001000011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A219C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A219C0; }

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

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

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

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

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

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

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

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