Html Css Color HEX #AC20AC Dark Orchid

📋 copy color: '#AC20AC'

red 172 ◦ green 32 ◦ blue 172

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

Shades of Dark Orchid #AC20AC

Tints of Dark Orchid #AC20AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.74%

R = 45.74%
G = 8.51%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC20AC (or 0xAC20AC) is known color: Dark Orchid. HEX triplet: AC, 20 and AC. RGB value is (172,32,172). Sum of RGB (Red+Green+Blue) = 172+32+172=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC20AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC20AC is #53DF53. Grayscale: #595959. Windows color (decimal): -5496660 or 11280556. OLE color: 11280556.

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

Color convert

RGB 172 32 172 -
CMYK 0 0.81 0 0.33
HSL 300º 0.69% 0.4% -
HSV(B) 300º 0.81% 0.67% -
XYZ 24.98 12.78 40.18 -
YUV 89.82 174.38 186.62 -
System Red Green Blue C M Y K H S L
Decimal 172 32 172 0 0.81 0 0.33 300 0.69 0.4
Hex AC 20 AC 0 51 0 21 12C 45 28
Octal 254 40 254 0 121 0 41 454 105 50
Binary 10101100 100000 10101100 0 1010001 0 100001 100101100 1000101 101000

Color Harmonies of #AC20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC20AC

Black with #AC20AC

Text Example


Text Example

White with #AC20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC20AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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