Html Css Color HEX #AC21A2 Medium Red Violet

📋 copy color: '#AC21A2'

red 172 ◦ green 33 ◦ blue 162

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

Shades of Medium Red Violet #AC21A2

Tints of Medium Red Violet #AC21A2

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.99%

 BLUE value IS 162 (63.67% from 255) = 44.14%

R = 46.87%
G = 8.99%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC21A2 (or 0xAC21A2) is known color: Medium Red Violet. HEX triplet: AC, 21 and A2. RGB value is (172,33,162). Sum of RGB (Red+Green+Blue) = 172+33+162=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC21A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC21A2 is #53DE5D. Grayscale: #585858. Windows color (decimal): -5496414 or 10625452. OLE color: 10625452.

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

Color convert

RGB 172 33 162 -
CMYK 0 0.81 0.06 0.33
HSL 304.32º 0.68% 0.4% -
HSV(B) 304.32º 0.81% 0.67% -
XYZ 24.08 12.47 35.32 -
YUV 89.27 169.05 187.01 -
System Red Green Blue C M Y K H S L
Decimal 172 33 162 0 0.81 0.06 0.33 304.32 0.68 0.4
Hex AC 21 A2 0 51 6 21 130 44 28
Octal 254 41 242 0 121 6 41 460 104 50
Binary 10101100 100001 10100010 0 1010001 110 100001 100110000 1000100 101000

Color Harmonies of #AC21A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC21A2

Black with #AC21A2

Text Example


Text Example

White with #AC21A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC21A2; }

 p { color: rgb(172,33,162); }

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

background-color css

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

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

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

border-color css

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

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

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