#AB2485

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

Shades of Medium Red Violet #AB2485

Tints of Medium Red Violet #AB2485

Color information

#AB2485 (or 0xAB2485) is unknown color: approx Medium Red Violet. HEX triplet: AB, 24 and 85. RGB value is (171,36,133). Sum of RGB (Red+Green+Blue) = 171+36+133=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2485 is #54DB7A. Grayscale: #575757. Windows color (decimal): -5561211 or 8725675. OLE color: 8725675.

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

Color convert

RGB17136133-
CMYK00.790.220.33
HSL316.89º65.22%40.59%-
HSV(B)316.89º78.95%67.06%-
XYZ21.6611.6123.29-
YUV87.42153.73187.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 36 (14.45% from 255) = 10.59%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=50.29%
G=10.59%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713613300.790.220.33316.8965.2240.59
HexAB248504F162113d4129
Octal253442050117264147510151
Binary101010111001001000010101001111101101000011001111011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2485; }

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

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

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

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

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

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

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

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