#AB2A93

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

Shades of Medium Red Violet #AB2A93

Tints of Medium Red Violet #AB2A93

Color information

#AB2A93 (or 0xAB2A93) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2A and 93. RGB value is (171,42,147). Sum of RGB (Red+Green+Blue) = 171+42+147=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2A93 is #54D56C. Grayscale: #5C5C5C. Windows color (decimal): -5559661 or 9644715. OLE color: 9644715.

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

Color convert

RGB17142147-
CMYK00.750.140.33
HSL311.16º60.56%41.76%-
HSV(B)311.16º75.44%67.06%-
XYZ22.8912.4228.79-
YUV92.54158.74183.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.5%
GREEN value IS 42 (16.80% from 255) = 11.67%
BLUE value IS 147 (57.81% from 255) = 40.83%
R=47.5%
G=11.67%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714214700.750.140.33311.1660.5641.76
HexAB2A9304BE211373d2a
Octal25352223011316414677552
Binary1010101110101010010011010010111110100001100110111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A93; }

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

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

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

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

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

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

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

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