#ab0a89

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

Shades of Medium Violet Red #AB0A89

Tints of Medium Violet Red #AB0A89

Color information

#AB0A89 (or 0xAB0A89) is unknown color: approx Medium Violet Red. HEX triplet: AB, 0A and 89. RGB value is (171,10,137). Sum of RGB (Red+Green+Blue) = 171+10+137=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0A89 is #54F576. Grayscale: #484848. Windows color (decimal): -5567863 or 8981163. OLE color: 8981163.

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

Color convert

RGB17110137-
CMYK00.940.200.33
HSL312.67º88.95%35.49%-
HSV(B)312.67º94.15%67.06%-
XYZ21.4210.6824.6-
YUV72.62164.34198.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.77%
GREEN value IS 10 (4.30% from 255) = 3.14%
BLUE value IS 137 (53.91% from 255) = 43.08%
R=53.77%
G=3.14%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711013700.940.200.33312.6788.9535.49
HexABA8905E14211395923
Octal253122110136244147113143
Binary1010101110101000100101011110101001000011001110011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab0a89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab0a89; }

 p { color: rgb(171,10,137); }

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

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

 a { background-color: rgb(171,10,137); }

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

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

 span { border-color: rgb(171,10,137); }

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