#AB0881

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

Shades of Medium Violet Red #AB0881

Tints of Medium Violet Red #AB0881

Color information

#AB0881 (or 0xAB0881) is unknown color: approx Medium Violet Red. HEX triplet: AB, 08 and 81. RGB value is (171,8,129). Sum of RGB (Red+Green+Blue) = 171+8+129=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0881 is #54F77E. Grayscale: #464646. Windows color (decimal): -5568383 or 8456363. OLE color: 8456363.

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

Color convert

RGB1718129-
CMYK00.950.250.33
HSL315.46º91.06%35.1%-
HSV(B)315.46º95.32%67.06%-
XYZ20.8410.4221.68-
YUV70.53161199.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.52%
GREEN value IS 8 (3.52% from 255) = 2.60%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=55.52%
G=2.60%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171812900.950.250.33315.4691.0635.1
HexAB88105F192113b5b23
Octal253102010137314147313343
Binary1010101110001000000101011111110011000011001110111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0881; }

 p { color: rgb(171,8,129); }

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

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

 a { background-color: rgb(171,8,129); }

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

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

 span { border-color: rgb(171,8,129); }

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