#AB2886

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

Shades of Medium Red Violet #AB2886

Tints of Medium Red Violet #AB2886

Color information

#AB2886 (or 0xAB2886) is unknown color: approx Medium Red Violet. HEX triplet: AB, 28 and 86. RGB value is (171,40,134). Sum of RGB (Red+Green+Blue) = 171+40+134=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2886 is #54D779. Grayscale: #595959. Windows color (decimal): -5560186 or 8792235. OLE color: 8792235.

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

Color convert

RGB17140134-
CMYK00.770.220.33
HSL316.95º62.09%41.37%-
HSV(B)316.95º76.61%67.06%-
XYZ21.8611.923.7-
YUV89.88152.9185.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.57%
GREEN value IS 40 (16.02% from 255) = 11.59%
BLUE value IS 134 (52.73% from 255) = 38.84%
R=49.57%
G=11.59%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714013400.770.220.33316.9562.0941.37
HexAB288604D162113d3e29
Octal25350206011526414757651
Binary10101011101000100001100100110110110100001100111101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2886; }

 p { color: rgb(171,40,134); }

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

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

 a { background-color: rgb(171,40,134); }

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

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

 span { border-color: rgb(171,40,134); }

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