#AB2CA6

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

Shades of Medium Red Violet #AB2CA6

Tints of Medium Red Violet #AB2CA6

Color information

#AB2CA6 (or 0xAB2CA6) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2C and A6. RGB value is (171,44,166). Sum of RGB (Red+Green+Blue) = 171+44+166=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2CA6 is #54D359. Grayscale: #5F5F5F. Windows color (decimal): -5559130 or 10890411. OLE color: 10890411.

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

Color convert

RGB17144166-
CMYK00.740.030.33
HSL302.36º59.07%42.16%-
HSV(B)302.36º74.27%67.06%-
XYZ24.5813.2137.33-
YUV95.88167.58181.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 44 (17.58% from 255) = 11.55%
BLUE value IS 166 (65.23% from 255) = 43.57%
R=44.88%
G=11.55%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714416600.740.030.33302.3659.0742.16
HexAB2CA604A32112e3b2a
Octal2535424601123414567352
Binary10101011101100101001100100101011100001100101110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2CA6; }

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

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

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

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

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

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

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

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