#AB288E

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

Shades of Medium Red Violet #AB288E

Tints of Medium Red Violet #AB288E

Color information

#AB288E (or 0xAB288E) is unknown color: approx Medium Red Violet. HEX triplet: AB, 28 and 8E. RGB value is (171,40,142). Sum of RGB (Red+Green+Blue) = 171+40+142=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB288E is #54D771. Grayscale: #5A5A5A. Windows color (decimal): -5560178 or 9316523. OLE color: 9316523.

HSL color Cylindrical-coordinate representation of color #AB288E: hue angle of 313.28º 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 #AB288E is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB17140142-
CMYK00.770.170.33
HSL313.28º62.09%41.37%-
HSV(B)313.28º76.61%67.06%-
XYZ22.4412.1326.75-
YUV90.8156.9185.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.44%
GREEN value IS 40 (16.02% from 255) = 11.33%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=48.44%
G=11.33%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714014200.770.170.33313.2862.0941.37
HexAB288E04D11211393e29
Octal25350216011521414717651
Binary10101011101000100011100100110110001100001100111001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB288E; }

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

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

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

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

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

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

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

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