#AB3F80

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

Shades of Medium Red Violet #AB3F80

Tints of Medium Red Violet #AB3F80

Color information

#AB3F80 (or 0xAB3F80) is unknown color: approx Medium Red Violet. HEX triplet: AB, 3F and 80. RGB value is (171,63,128). Sum of RGB (Red+Green+Blue) = 171+63+128=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3F80 is #54C07F. Grayscale: #666666. Windows color (decimal): -5554304 or 8404907. OLE color: 8404907.

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

Color convert

RGB17163128-
CMYK00.630.250.33
HSL323.89º46.15%45.88%-
HSV(B)323.89º63.16%67.06%-
XYZ22.4713.7721.9-
YUV102.7142.28176.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.24%
GREEN value IS 63 (25% from 255) = 17.40%
BLUE value IS 128 (50.39% from 255) = 35.36%
R=47.24%
G=17.40%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716312800.630.250.33323.8946.1545.88
HexAB3F8003F19211442e2e
Octal2537720007731415045656
Binary1010101111111110000000011111111001100001101000100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3F80; }

 p { color: rgb(171,63,128); }

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

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

 a { background-color: rgb(171,63,128); }

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

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

 span { border-color: rgb(171,63,128); }

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