#AC23A2

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

Shades of Medium Red Violet #AC23A2

Tints of Medium Red Violet #AC23A2

Color information

#AC23A2 (or 0xAC23A2) is unknown color: approx Medium Red Violet. HEX triplet: AC, 23 and A2. RGB value is (172,35,162). Sum of RGB (Red+Green+Blue) = 172+35+162=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC23A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC23A2 is #53DC5D. Grayscale: #5A5A5A. Windows color (decimal): -5495902 or 10625964. OLE color: 10625964.

HSL color Cylindrical-coordinate representation of color #AC23A2: hue angle of 304.38º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC23A2 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17235162-
CMYK00.800.060.33
HSL304.38º66.18%40.59%-
HSV(B)304.38º79.65%67.45%-
XYZ24.1412.5835.34-
YUV90.44168.39186.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.61%
GREEN value IS 35 (14.06% from 255) = 9.49%
BLUE value IS 162 (63.67% from 255) = 43.90%
R=46.61%
G=9.49%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723516200.800.060.33304.3866.1840.59
HexAC23A20506211304229
Octal25443242012064146010251
Binary1010110010001110100010010100001101000011001100001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC23A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC23A2; }

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

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

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

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

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

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

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

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