#AC1E8A

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

Shades of Medium Red Violet #AC1E8A

Tints of Medium Red Violet #AC1E8A

Color information

#AC1E8A (or 0xAC1E8A) is unknown color: approx Medium Red Violet. HEX triplet: AC, 1E and 8A. RGB value is (172,30,138). Sum of RGB (Red+Green+Blue) = 172+30+138=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1E8A is #53E175. Grayscale: #545454. Windows color (decimal): -5497206 or 9051820. OLE color: 9051820.

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

Color convert

RGB17230138-
CMYK00.830.200.33
HSL314.37º70.3%39.61%-
HSV(B)314.37º82.56%67.45%-
XYZ22.0611.5325.11-
YUV84.77158.04190.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.59%
GREEN value IS 30 (12.11% from 255) = 8.82%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=50.59%
G=8.82%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723013800.830.200.33314.3770.339.61
HexAC1E8A053142113a4628
Octal254362120123244147210650
Binary10101100111101000101001010011101001000011001110101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1E8A; }

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

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

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

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

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

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

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

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