#AB3287

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

Shades of Medium Red Violet #AB3287

Tints of Medium Red Violet #AB3287

Color information

#AB3287 (or 0xAB3287) is unknown color: approx Medium Red Violet. HEX triplet: AB, 32 and 87. RGB value is (171,50,135). Sum of RGB (Red+Green+Blue) = 171+50+135=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3287 is #54CD78. Grayscale: #5F5F5F. Windows color (decimal): -5557625 or 8860331. OLE color: 8860331.

HSL color Cylindrical-coordinate representation of color #AB3287: hue angle of 317.85º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3287 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB17150135-
CMYK00.710.210.33
HSL317.85º54.75%43.33%-
HSV(B)317.85º70.76%67.06%-
XYZ22.3112.6924.19-
YUV95.87150.09181.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.03%
GREEN value IS 50 (19.92% from 255) = 14.04%
BLUE value IS 135 (53.12% from 255) = 37.92%
R=48.03%
G=14.04%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715013500.710.210.33317.8554.7543.33
HexAB3287047152113e372b
Octal25362207010725414766753
Binary10101011110010100001110100011110101100001100111110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3287; }

 p { color: rgb(171,50,135); }

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

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

 a { background-color: rgb(171,50,135); }

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

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

 span { border-color: rgb(171,50,135); }

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