#A219C1

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

Shades of Dark Orchid #A219C1

Tints of Dark Orchid #A219C1

Color information

#A219C1 (or 0xA219C1) is unknown color: approx Dark Orchid. HEX triplet: A2, 19 and C1. RGB value is (162,25,193). Sum of RGB (Red+Green+Blue) = 162+25+193=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #A219C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A219C1 is #5DE63E. Grayscale: #545454. Windows color (decimal): -6153791 or 12655010. OLE color: 12655010.

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

Color convert

RGB16225193-
CMYK0.160.8700.24
HSL288.93º77.06%42.75%-
HSV(B)288.93º87.05%75.69%-
XYZ24.8712.2351.5-
YUV85.12188.89182.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 25 (10.16% from 255) = 6.58%
BLUE value IS 193 (75.78% from 255) = 50.79%
R=42.63%
G=6.58%
B=50.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162251930.160.8700.24288.9377.0642.75
HexA219C110570181214d2b
Octal242313012012703044111553
Binary1010001011001110000011000010101110110001001000011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A219C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A219C1; }

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

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

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

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

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

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

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

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