#AB2085

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

Shades of Medium Red Violet #AB2085

Tints of Medium Red Violet #AB2085

Color information

#AB2085 (or 0xAB2085) is unknown color: approx Medium Red Violet. HEX triplet: AB, 20 and 85. RGB value is (171,32,133). Sum of RGB (Red+Green+Blue) = 171+32+133=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2085 is #54DF7A. Grayscale: #545454. Windows color (decimal): -5562235 or 8724651. OLE color: 8724651.

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

Color convert

RGB17132133-
CMYK00.810.220.33
HSL316.4º68.47%39.8%-
HSV(B)316.4º81.29%67.06%-
XYZ21.5411.3823.25-
YUV85.08155.05189.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.89%
GREEN value IS 32 (12.89% from 255) = 9.52%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=50.89%
G=9.52%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713213300.810.220.33316.468.4739.8
HexAB2085051162113c4428
Octal253402050121264147410450
Binary101010111000001000010101010001101101000011001111001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2085; }

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

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

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

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

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

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

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

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