Html Css Color HEX #AC20BB Dark Orchid

📋 copy color: '#AC20BB'

red 172 ◦ green 32 ◦ blue 187

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

Shades of Dark Orchid #AC20BB

Tints of Dark Orchid #AC20BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.83%

R = 43.99%
G = 8.18%
B = 47.83%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC20BB (or 0xAC20BB) is known color: Dark Orchid. HEX triplet: AC, 20 and BB. RGB value is (172,32,187). Sum of RGB (Red+Green+Blue) = 172+32+187=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC20BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC20BB is #53DF44. Grayscale: #5B5B5B. Windows color (decimal): -5496645 or 12263596. OLE color: 12263596.

HSL color Cylindrical-coordinate representation of color #AC20BB: hue angle of 294.19º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC20BB is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 32 187 -
CMYK 0.08 0.83 0 0.27
HSL 294.19º 0.71% 0.43% -
HSV(B) 294.19º 0.83% 0.73% -
XYZ 26.5 13.39 48.2 -
YUV 91.53 181.88 185.4 -
System Red Green Blue C M Y K H S L
Decimal 172 32 187 0.08 0.83 0 0.27 294.19 0.71 0.43
Hex AC 20 BB 8 53 0 1B 126 47 2B
Octal 254 40 273 10 123 0 33 446 107 53
Binary 10101100 100000 10111011 1000 1010011 0 11011 100100110 1000111 101011

Color Harmonies of #AC20BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC20BB

Black with #AC20BB

Text Example


Text Example

White with #AC20BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC20BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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