Html Css Color HEX #AC20AA Dark Orchid

📋 copy color: '#AC20AA'

red 172 ◦ green 32 ◦ blue 170

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

Shades of Dark Orchid #AC20AA

Tints of Dark Orchid #AC20AA

RGB

 RED value IS 172 (67.58% from 255) = 45.99%

 GREEN value IS 32 (12.89% from 255) = 8.56%

 BLUE value IS 170 (66.8% from 255) = 45.45%

R = 45.99%
G = 8.56%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC20AA (or 0xAC20AA) is known color: Dark Orchid. HEX triplet: AC, 20 and AA. RGB value is (172,32,170). Sum of RGB (Red+Green+Blue) = 172+32+170=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC20AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC20AA is #53DF55. Grayscale: #595959. Windows color (decimal): -5496662 or 11149484. OLE color: 11149484.

HSL color Cylindrical-coordinate representation of color #AC20AA: hue angle of 300.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC20AA is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 32 170 -
CMYK 0 0.81 0.01 0.33
HSL 300.86º 0.69% 0.4% -
HSV(B) 300.86º 0.81% 0.67% -
XYZ 24.79 12.71 39.18 -
YUV 89.59 173.38 186.78 -
System Red Green Blue C M Y K H S L
Decimal 172 32 170 0 0.81 0.01 0.33 300.86 0.69 0.4
Hex AC 20 AA 0 51 1 21 12D 45 28
Octal 254 40 252 0 121 1 41 455 105 50
Binary 10101100 100000 10101010 0 1010001 1 100001 100101101 1000101 101000

Color Harmonies of #AC20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC20AA

Black with #AC20AA

Text Example


Text Example

White with #AC20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC20AA; }

 p { color: rgb(172,32,170); }

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

background-color css

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

 a { background-color: rgb(172,32,170); }

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

border-color css

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

 span { border-color: rgb(172,32,170); }

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