Html Css Color HEX #A219AC Dark Orchid

📋 copy color: '#A219AC'

red 162 ◦ green 25 ◦ blue 172

#A219AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A219AC

Tints of Dark Orchid #A219AC

RGB

 RED value IS 162 (63.67% from 255) = 45.13%

 GREEN value IS 25 (10.16% from 255) = 6.96%

 BLUE value IS 172 (67.58% from 255) = 47.91%

R = 45.13%
G = 6.96%
B = 47.91%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A219AC (or 0xA219AC) is known color: Dark Orchid. HEX triplet: A2, 19 and AC. RGB value is (162,25,172). Sum of RGB (Red+Green+Blue) = 162+25+172=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #A219AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A219AC is #5DE653. Grayscale: #525252. Windows color (decimal): -6153812 or 11278754. OLE color: 11278754.

HSL color Cylindrical-coordinate representation of color #A219AC: hue angle of 295.92º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A219AC is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 25 172 -
CMYK 0.06 0.85 0 0.33
HSL 295.92º 0.75% 0.39% -
HSV(B) 295.92º 0.85% 0.67% -
XYZ 22.69 11.36 40.03 -
YUV 82.72 178.39 184.55 -
System Red Green Blue C M Y K H S L
Decimal 162 25 172 0.06 0.85 0 0.33 295.92 0.75 0.39
Hex A2 19 AC 6 55 0 21 128 4B 27
Octal 242 31 254 6 125 0 41 450 113 47
Binary 10100010 11001 10101100 110 1010101 0 100001 100101000 1001011 100111

Color Harmonies of #A219AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A219AC

Black with #A219AC

Text Example


Text Example

White with #A219AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A219AC; }

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

 H1.HeaderClassName
 {
   color: #A219AC;
 }
 .AnyTagClassName
 {
   color: #A219AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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