Html Css Color HEX #AC21A8 Medium Red Violet

📋 copy color: '#AC21A8'

red 172 ◦ green 33 ◦ blue 168

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

Shades of Medium Red Violet #AC21A8

Tints of Medium Red Violet #AC21A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 45.04%

R = 46.11%
G = 8.85%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC21A8 (or 0xAC21A8) is known color: Medium Red Violet. HEX triplet: AC, 21 and A8. RGB value is (172,33,168). Sum of RGB (Red+Green+Blue) = 172+33+168=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC21A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC21A8 is #53DE57. Grayscale: #595959. Windows color (decimal): -5496408 or 11018668. OLE color: 11018668.

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

Color convert

RGB 172 33 168 -
CMYK 0 0.81 0.02 0.33
HSL 301.73º 0.68% 0.4% -
HSV(B) 301.73º 0.81% 0.67% -
XYZ 24.63 12.69 38.2 -
YUV 89.95 172.05 186.52 -
System Red Green Blue C M Y K H S L
Decimal 172 33 168 0 0.81 0.02 0.33 301.73 0.68 0.4
Hex AC 21 A8 0 51 2 21 12E 44 28
Octal 254 41 250 0 121 2 41 456 104 50
Binary 10101100 100001 10101000 0 1010001 10 100001 100101110 1000100 101000

Color Harmonies of #AC21A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC21A8

Black with #AC21A8

Text Example


Text Example

White with #AC21A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC21A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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