#AB2CA2

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

Shades of Medium Red Violet #AB2CA2

Tints of Medium Red Violet #AB2CA2

Color information

#AB2CA2 (or 0xAB2CA2) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2C and A2. RGB value is (171,44,162). Sum of RGB (Red+Green+Blue) = 171+44+162=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2CA2 is #54D35D. Grayscale: #5F5F5F. Windows color (decimal): -5559134 or 10628267. OLE color: 10628267.

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

Color convert

RGB17144162-
CMYK00.740.050.33
HSL304.25º59.07%42.16%-
HSV(B)304.25º74.27%67.06%-
XYZ24.2213.0735.43-
YUV95.42165.58181.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 44 (17.58% from 255) = 11.67%
BLUE value IS 162 (63.67% from 255) = 42.97%
R=45.36%
G=11.67%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714416200.740.050.33304.2559.0742.16
HexAB2CA204A5211303b2a
Octal2535424201125414607352
Binary101010111011001010001001001010101100001100110000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2CA2; }

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

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

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

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

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

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

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

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