#AB0A90

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

Shades of Medium Violet Red #AB0A90

Tints of Medium Violet Red #AB0A90

Color information

#AB0A90 (or 0xAB0A90) is unknown color: approx Medium Violet Red. HEX triplet: AB, 0A and 90. RGB value is (171,10,144). Sum of RGB (Red+Green+Blue) = 171+10+144=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0A90 is #54F56F. Grayscale: #494949. Windows color (decimal): -5567856 or 9439915. OLE color: 9439915.

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

Color convert

RGB17110144-
CMYK00.940.160.33
HSL310.06º88.95%35.49%-
HSV(B)310.06º94.15%67.06%-
XYZ21.9410.8927.33-
YUV73.41167.84197.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.62%
GREEN value IS 10 (4.30% from 255) = 3.08%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=52.62%
G=3.08%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711014400.940.160.33310.0688.9535.49
HexABA9005E10211365923
Octal253122200136204146613143
Binary1010101110101001000001011110100001000011001101101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0A90; }

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

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

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

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

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

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

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

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