#AB2E7A

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

Shades of Medium Red Violet #AB2E7A

Tints of Medium Red Violet #AB2E7A

Color information

#AB2E7A (or 0xAB2E7A) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2E and 7A. RGB value is (171,46,122). Sum of RGB (Red+Green+Blue) = 171+46+122=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2E7A is #54D185. Grayscale: #5B5B5B. Windows color (decimal): -5558662 or 8007339. OLE color: 8007339.

HSL color Cylindrical-coordinate representation of color #AB2E7A: hue angle of 323.52º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB2E7A is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB17146122-
CMYK00.730.290.33
HSL323.52º57.6%42.55%-
HSV(B)323.52º73.1%67.06%-
XYZ21.2812.0219.61-
YUV92.04144.91184.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.44%
GREEN value IS 46 (18.36% from 255) = 13.57%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=50.44%
G=13.57%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714612200.730.290.33323.5257.642.55
HexAB2E7A0491D211443a2b
Octal25356172011135415047253
Binary1010101110111011110100100100111101100001101000100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2E7A; }

 p { color: rgb(171,46,122); }

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

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

 a { background-color: rgb(171,46,122); }

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

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

 span { border-color: rgb(171,46,122); }

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