#AC21A1

Color #AC21A1 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AC21A1

Tints of Medium Red Violet #AC21A1

Color information

#AC21A1 (or 0xAC21A1) is unknown color: approx Medium Red Violet. HEX triplet: AC, 21 and A1. RGB value is (172,33,161). Sum of RGB (Red+Green+Blue) = 172+33+161=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 161 (63.28% from 255 or 43.99% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC21A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC21A1 is #53DE5E. Grayscale: #585858. Windows color (decimal): -5496415 or 10559916. OLE color: 10559916.

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

Color convert

RGB17233161-
CMYK00.810.060.33
HSL304.75º67.8%40.2%-
HSV(B)304.75º80.81%67.45%-
XYZ23.9912.4334.85-
YUV89.15168.55187.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.99%
GREEN value IS 33 (13.28% from 255) = 9.02%
BLUE value IS 161 (63.28% from 255) = 43.99%
R=46.99%
G=9.02%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723316100.810.060.33304.7567.840.2
HexAC21A10516211314428
Octal25441241012164146110450
Binary1010110010000110100001010100011101000011001100011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC21A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC21A1; }

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

 H1.HeaderClassName
 {
   color: #AC21A1;
 }
 .AnyTagClassName
 {
   color: #AC21A1;
 }
</style>
background-color css

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

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

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

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

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

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