#AB488F

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

Shades of Medium Red Violet #AB488F

Tints of Medium Red Violet #AB488F

Color information

#AB488F (or 0xAB488F) is unknown color: approx Medium Red Violet. HEX triplet: AB, 48 and 8F. RGB value is (171,72,143). Sum of RGB (Red+Green+Blue) = 171+72+143=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB488F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB488F is #54B770. Grayscale: #6D6D6D. Windows color (decimal): -5551985 or 9390251. OLE color: 9390251.

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

Color convert

RGB17172143-
CMYK00.580.160.33
HSL316.97º40.74%47.65%-
HSV(B)316.97º57.89%67.06%-
XYZ24.0715.2827.67-
YUV109.7146.8171.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 72 (28.52% from 255) = 18.65%
BLUE value IS 143 (56.25% from 255) = 37.05%
R=44.30%
G=18.65%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717214300.580.160.33316.9740.7447.65
HexAB488F03A102113d2930
Octal25311021707220414755160
Binary10101011100100010001111011101010000100001100111101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB488F; }

 p { color: rgb(171,72,143); }

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

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

 a { background-color: rgb(171,72,143); }

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

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

 span { border-color: rgb(171,72,143); }

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