Html Css Color HEX #AC20A6 Medium Red Violet

📋 copy color: '#AC20A6'

red 172 ◦ green 32 ◦ blue 166

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

Shades of Medium Red Violet #AC20A6

Tints of Medium Red Violet #AC20A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.86%

R = 46.49%
G = 8.65%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC20A6 (or 0xAC20A6) is known color: Medium Red Violet. HEX triplet: AC, 20 and A6. RGB value is (172,32,166). Sum of RGB (Red+Green+Blue) = 172+32+166=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 166 (65.23% from 255 or 44.86% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC20A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC20A6 is #53DF59. Grayscale: #585858. Windows color (decimal): -5496666 or 10887340. OLE color: 10887340.

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

Color convert

RGB 172 32 166 -
CMYK 0 0.81 0.03 0.33
HSL 302.57º 0.69% 0.4% -
HSV(B) 302.57º 0.81% 0.67% -
XYZ 24.41 12.56 37.21 -
YUV 89.14 171.38 187.1 -
System Red Green Blue C M Y K H S L
Decimal 172 32 166 0 0.81 0.03 0.33 302.57 0.69 0.4
Hex AC 20 A6 0 51 3 21 12F 45 28
Octal 254 40 246 0 121 3 41 457 105 50
Binary 10101100 100000 10100110 0 1010001 11 100001 100101111 1000101 101000

Color Harmonies of #AC20A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC20A6

Black with #AC20A6

Text Example


Text Example

White with #AC20A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC20A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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