#AB488D

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

Shades of Medium Red Violet #AB488D

Tints of Medium Red Violet #AB488D

Color information

#AB488D (or 0xAB488D) is unknown color: approx Medium Red Violet. HEX triplet: AB, 48 and 8D. RGB value is (171,72,141). Sum of RGB (Red+Green+Blue) = 171+72+141=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB488D is #54B772. Grayscale: #6D6D6D. Windows color (decimal): -5551987 or 9259179. OLE color: 9259179.

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

Color convert

RGB17172141-
CMYK00.580.180.33
HSL318.18º40.74%47.65%-
HSV(B)318.18º57.89%67.06%-
XYZ23.9215.2226.88-
YUV109.47145.8171.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 72 (28.52% from 255) = 18.75%
BLUE value IS 141 (55.47% from 255) = 36.72%
R=44.53%
G=18.75%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717214100.580.180.33318.1840.7447.65
HexAB488D03A122113e2930
Octal25311021507222414765160
Binary10101011100100010001101011101010010100001100111110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB488D; }

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

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

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

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

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

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

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

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