#AB2A78

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

Shades of Medium Red Violet #AB2A78

Tints of Medium Red Violet #AB2A78

Color information

#AB2A78 (or 0xAB2A78) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2A and 78. RGB value is (171,42,120). Sum of RGB (Red+Green+Blue) = 171+42+120=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2A78 is #54D587. Grayscale: #595959. Windows color (decimal): -5559688 or 7875243. OLE color: 7875243.

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

Color convert

RGB17142120-
CMYK00.750.300.33
HSL323.72º60.56%41.76%-
HSV(B)323.72º75.44%67.06%-
XYZ21.0111.6718.91-
YUV89.46145.24186.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.35%
GREEN value IS 42 (16.80% from 255) = 12.61%
BLUE value IS 120 (47.27% from 255) = 36.04%
R=51.35%
G=12.61%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714212000.750.300.33323.7260.5641.76
HexAB2A7804B1E211443d2a
Octal25352170011336415047552
Binary1010101110101011110000100101111110100001101000100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A78; }

 p { color: rgb(171,42,120); }

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

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

 a { background-color: rgb(171,42,120); }

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

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

 span { border-color: rgb(171,42,120); }

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