Html Css Color HEX #AC20CC Dark Orchid

📋 copy color: '#AC20CC'

red 172 ◦ green 32 ◦ blue 204

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

Shades of Dark Orchid #AC20CC

Tints of Dark Orchid #AC20CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50%

R = 42.16%
G = 7.84%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC20CC (or 0xAC20CC) is known color: Dark Orchid. HEX triplet: AC, 20 and CC. RGB value is (172,32,204). Sum of RGB (Red+Green+Blue) = 172+32+204=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC20CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC20CC is #53DF33. Grayscale: #5C5C5C. Windows color (decimal): -5496628 or 13377708. OLE color: 13377708.

HSL color Cylindrical-coordinate representation of color #AC20CC: hue angle of 288.84º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC20CC is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 32 204 -
CMYK 0.16 0.84 0 0.2
HSL 288.84º 0.73% 0.46% -
HSV(B) 288.84º 0.84% 0.8% -
XYZ 28.43 14.16 58.36 -
YUV 93.47 190.38 184.01 -
System Red Green Blue C M Y K H S L
Decimal 172 32 204 0.16 0.84 0 0.2 288.84 0.73 0.46
Hex AC 20 CC 10 54 0 14 121 49 2E
Octal 254 40 314 20 124 0 24 441 111 56
Binary 10101100 100000 11001100 10000 1010100 0 10100 100100001 1001001 101110

Color Harmonies of #AC20CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC20CC

Black with #AC20CC

Text Example


Text Example

White with #AC20CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC20CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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