Html Css Color HEX #AC20CE Dark Orchid

📋 copy color: '#AC20CE'

red 172 ◦ green 32 ◦ blue 206

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

Shades of Dark Orchid #AC20CE

Tints of Dark Orchid #AC20CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 41.95%
G = 7.8%
B = 50.24%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC20CE (or 0xAC20CE) is known color: Dark Orchid. HEX triplet: AC, 20 and CE. RGB value is (172,32,206). Sum of RGB (Red+Green+Blue) = 172+32+206=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC20CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC20CE is #53DF31. Grayscale: #5D5D5D. Windows color (decimal): -5496626 or 13508780. OLE color: 13508780.

HSL color Cylindrical-coordinate representation of color #AC20CE: hue angle of 288.28º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC20CE is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 32 206 -
CMYK 0.17 0.84 0 0.19
HSL 288.28º 0.73% 0.47% -
HSV(B) 288.28º 0.84% 0.81% -
XYZ 28.67 14.26 59.63 -
YUV 93.7 191.38 183.85 -
System Red Green Blue C M Y K H S L
Decimal 172 32 206 0.17 0.84 0 0.19 288.28 0.73 0.47
Hex AC 20 CE 11 54 0 13 120 49 2F
Octal 254 40 316 21 124 0 23 440 111 57
Binary 10101100 100000 11001110 10001 1010100 0 10011 100100000 1001001 101111

Color Harmonies of #AC20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC20CE

Black with #AC20CE

Text Example


Text Example

White with #AC20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC20CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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