#AB4885

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

Shades of Medium Red Violet #AB4885

Tints of Medium Red Violet #AB4885

Color information

#AB4885 (or 0xAB4885) is unknown color: approx Medium Red Violet. HEX triplet: AB, 48 and 85. RGB value is (171,72,133). Sum of RGB (Red+Green+Blue) = 171+72+133=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4885 is #54B77A. Grayscale: #6C6C6C. Windows color (decimal): -5551995 or 8734891. OLE color: 8734891.

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

Color convert

RGB17172133-
CMYK00.580.220.33
HSL323.03º40.74%47.65%-
HSV(B)323.03º57.89%67.06%-
XYZ23.3514.9923.85-
YUV108.56141.8172.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 72 (28.52% from 255) = 19.15%
BLUE value IS 133 (52.34% from 255) = 35.37%
R=45.48%
G=19.15%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717213300.580.220.33323.0340.7447.65
HexAB488503A16211432930
Octal25311020507226415035160
Binary10101011100100010000101011101010110100001101000011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4885; }

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

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

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

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

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

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

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

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