#AB4280

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

Shades of Medium Red Violet #AB4280

Tints of Medium Red Violet #AB4280

Color information

#AB4280 (or 0xAB4280) is unknown color: approx Medium Red Violet. HEX triplet: AB, 42 and 80. RGB value is (171,66,128). Sum of RGB (Red+Green+Blue) = 171+66+128=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4280 is #54BD7F. Grayscale: #686868. Windows color (decimal): -5553536 or 8405675. OLE color: 8405675.

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

Color convert

RGB17166128-
CMYK00.610.250.33
HSL324.57º44.3%46.47%-
HSV(B)324.57º61.4%67.06%-
XYZ22.6414.1121.95-
YUV104.46141.29175.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.85%
GREEN value IS 66 (26.17% from 255) = 18.08%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=46.85%
G=18.08%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716612800.610.250.33324.5744.346.47
HexAB428003D19211452c2e
Octal25310220007531415055456
Binary10101011100001010000000011110111001100001101000101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4280; }

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

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

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

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

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

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

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

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