#AB2A7A

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

Shades of Medium Red Violet #AB2A7A

Tints of Medium Red Violet #AB2A7A

Color information

#AB2A7A (or 0xAB2A7A) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2A and 7A. RGB value is (171,42,122). Sum of RGB (Red+Green+Blue) = 171+42+122=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2A7A is #54D585. Grayscale: #595959. Windows color (decimal): -5559686 or 8006315. OLE color: 8006315.

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

Color convert

RGB17142122-
CMYK00.750.290.33
HSL322.79º60.56%41.76%-
HSV(B)322.79º75.44%67.06%-
XYZ21.1411.7219.56-
YUV89.69146.24186-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.04%
GREEN value IS 42 (16.80% from 255) = 12.54%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=51.04%
G=12.54%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714212200.750.290.33322.7960.5641.76
HexAB2A7A04B1D211433d2a
Octal25352172011335415037552
Binary1010101110101011110100100101111101100001101000011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A7A; }

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

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

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

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

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

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

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

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