#AB408F

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

Shades of Medium Red Violet #AB408F

Tints of Medium Red Violet #AB408F

Color information

#AB408F (or 0xAB408F) is unknown color: approx Medium Red Violet. HEX triplet: AB, 40 and 8F. RGB value is (171,64,143). Sum of RGB (Red+Green+Blue) = 171+64+143=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB408F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB408F is #54BF70. Grayscale: #686868. Windows color (decimal): -5554033 or 9388203. OLE color: 9388203.

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

Color convert

RGB17164143-
CMYK00.630.160.33
HSL315.7º45.53%46.08%-
HSV(B)315.7º62.57%67.06%-
XYZ23.5914.3127.51-
YUV105149.45175.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 64 (25.39% from 255) = 16.93%
BLUE value IS 143 (56.25% from 255) = 37.83%
R=45.24%
G=16.93%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716414300.630.160.33315.745.5346.08
HexAB408F03F102113c2e2e
Octal25310021707720414745656
Binary10101011100000010001111011111110000100001100111100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB408F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB408F; }

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

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

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

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

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

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

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

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