#AC018A

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

Shades of Medium Violet Red #AC018A

Tints of Medium Violet Red #AC018A

Color information

#AC018A (or 0xAC018A) is unknown color: approx Medium Violet Red. HEX triplet: AC, 01 and 8A. RGB value is (172,1,138). Sum of RGB (Red+Green+Blue) = 172+1+138=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC018A is #53FE75. Grayscale: #434343. Windows color (decimal): -5504630 or 9044396. OLE color: 9044396.

HSL color Cylindrical-coordinate representation of color #AC018A: hue angle of 311.93º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC018A is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB1721138-
CMYK00.990.200.33
HSL311.93º98.84%33.92%-
HSV(B)311.93º99.42%67.45%-
XYZ21.6110.6324.96-
YUV67.75167.65202.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.31%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 138 (54.30% from 255) = 44.37%
R=55.31%
G=0.32%
B=44.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172113800.990.200.33311.9398.8433.92
HexAC18A06314211386322
Octal25412120143244147014342
Binary1010110011000101001100011101001000011001110001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC018A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC018A; }

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

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

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

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

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

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

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

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