Html Css Color HEX #AC20AB Dark Orchid

📋 copy color: '#AC20AB'

red 172 ◦ green 32 ◦ blue 171

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

Shades of Dark Orchid #AC20AB

Tints of Dark Orchid #AC20AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 45.87%
G = 8.53%
B = 45.6%

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

#AC20AB (or 0xAC20AB) is known color: Dark Orchid. HEX triplet: AC, 20 and AB. RGB value is (172,32,171). Sum of RGB (Red+Green+Blue) = 172+32+171=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC20AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC20AB is #53DF54. Grayscale: #595959. Windows color (decimal): -5496661 or 11215020. OLE color: 11215020.

HSL color Cylindrical-coordinate representation of color #AC20AB: hue angle of 300.43º 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 #AC20AB is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 32 171 -
CMYK 0 0.81 0.01 0.33
HSL 300.43º 0.69% 0.4% -
HSV(B) 300.43º 0.81% 0.67% -
XYZ 24.88 12.74 39.68 -
YUV 89.71 173.88 186.7 -
System Red Green Blue C M Y K H S L
Decimal 172 32 171 0 0.81 0.01 0.33 300.43 0.69 0.4
Hex AC 20 AB 0 51 1 21 12C 45 28
Octal 254 40 253 0 121 1 41 454 105 50
Binary 10101100 100000 10101011 0 1010001 1 100001 100101100 1000101 101000

Color Harmonies of #AC20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC20AB

Black with #AC20AB

Text Example


Text Example

White with #AC20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC20AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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