#AB288C

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

Shades of Medium Red Violet #AB288C

Tints of Medium Red Violet #AB288C

Color information

#AB288C (or 0xAB288C) is unknown color: approx Medium Red Violet. HEX triplet: AB, 28 and 8C. RGB value is (171,40,140). Sum of RGB (Red+Green+Blue) = 171+40+140=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB288C is #54D773. Grayscale: #5A5A5A. Windows color (decimal): -5560180 or 9185451. OLE color: 9185451.

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

Color convert

RGB17140140-
CMYK00.770.180.33
HSL314.2º62.09%41.37%-
HSV(B)314.2º76.61%67.06%-
XYZ22.2912.0725.97-
YUV90.57155.9185.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 40 (16.02% from 255) = 11.40%
BLUE value IS 140 (55.08% from 255) = 39.89%
R=48.72%
G=11.40%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714014000.770.180.33314.262.0941.37
HexAB288C04D122113a3e29
Octal25350214011522414727651
Binary10101011101000100011000100110110010100001100111010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB288C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB288C; }

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

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

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

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

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

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

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

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