#AC1E9E

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

Shades of Medium Red Violet #AC1E9E

Tints of Medium Red Violet #AC1E9E

Color information

#AC1E9E (or 0xAC1E9E) is unknown color: approx Medium Red Violet. HEX triplet: AC, 1E and 9E. RGB value is (172,30,158). Sum of RGB (Red+Green+Blue) = 172+30+158=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1E9E is #53E161. Grayscale: #565656. Windows color (decimal): -5497186 or 10362540. OLE color: 10362540.

HSL color Cylindrical-coordinate representation of color #AC1E9E: hue angle of 305.92º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC1E9E is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17230158-
CMYK00.830.080.33
HSL305.92º70.3%39.61%-
HSV(B)305.92º82.56%67.45%-
XYZ23.6512.1733.45-
YUV87.05168.04188.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 30 (12.11% from 255) = 8.33%
BLUE value IS 158 (62.11% from 255) = 43.89%
R=47.78%
G=8.33%
B=43.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723015800.830.080.33305.9270.339.61
HexAC1E9E0538211324628
Octal254362360123104146210650
Binary1010110011110100111100101001110001000011001100101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1E9E; }

 p { color: rgb(172,30,158); }

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

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

 a { background-color: rgb(172,30,158); }

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

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

 span { border-color: rgb(172,30,158); }

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