#AB2AA6

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

Shades of Medium Red Violet #AB2AA6

Tints of Medium Red Violet #AB2AA6

Color information

#AB2AA6 (or 0xAB2AA6) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2A and A6. RGB value is (171,42,166). Sum of RGB (Red+Green+Blue) = 171+42+166=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2AA6 is #54D559. Grayscale: #5E5E5E. Windows color (decimal): -5559642 or 10889899. OLE color: 10889899.

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

Color convert

RGB17142166-
CMYK00.750.030.33
HSL302.33º60.56%41.76%-
HSV(B)302.33º75.44%67.06%-
XYZ24.5113.0737.31-
YUV94.71168.24182.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 42 (16.80% from 255) = 11.08%
BLUE value IS 166 (65.23% from 255) = 43.80%
R=45.12%
G=11.08%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714216600.750.030.33302.3360.5641.76
HexAB2AA604B32112e3d2a
Octal2535224601133414567552
Binary10101011101010101001100100101111100001100101110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2AA6; }

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

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

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

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

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

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

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

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