#AB1485

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

Shades of Medium Violet Red #AB1485

Tints of Medium Violet Red #AB1485

Color information

#AB1485 (or 0xAB1485) is unknown color: approx Medium Violet Red. HEX triplet: AB, 14 and 85. RGB value is (171,20,133). Sum of RGB (Red+Green+Blue) = 171+20+133=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1485 is #54EB7A. Grayscale: #4D4D4D. Windows color (decimal): -5565307 or 8721579. OLE color: 8721579.

HSL color Cylindrical-coordinate representation of color #AB1485: hue angle of 315.1º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1485 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB17120133-
CMYK00.880.220.33
HSL315.1º79.06%37.45%-
HSV(B)315.1º88.3%67.06%-
XYZ21.2810.8523.16-
YUV78.03159.03194.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.78%
GREEN value IS 20 (8.20% from 255) = 6.17%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=52.78%
G=6.17%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712013300.880.220.33315.179.0637.45
HexAB1485058162113b4f25
Octal253242050130264147311745
Binary10101011101001000010101011000101101000011001110111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1485; }

 p { color: rgb(171,20,133); }

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

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

 a { background-color: rgb(171,20,133); }

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

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

 span { border-color: rgb(171,20,133); }

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