#AB2B97

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

Shades of Medium Red Violet #AB2B97

Tints of Medium Red Violet #AB2B97

Color information

#AB2B97 (or 0xAB2B97) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2B and 97. RGB value is (171,43,151). Sum of RGB (Red+Green+Blue) = 171+43+151=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2B97 is #54D468. Grayscale: #5D5D5D. Windows color (decimal): -5559401 or 9907115. OLE color: 9907115.

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

Color convert

RGB17143151-
CMYK00.750.120.33
HSL309.38º59.81%41.96%-
HSV(B)309.38º74.85%67.06%-
XYZ23.2412.6230.49-
YUV93.58160.41183.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.85%
GREEN value IS 43 (17.19% from 255) = 11.78%
BLUE value IS 151 (59.38% from 255) = 41.37%
R=46.85%
G=11.78%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714315100.750.120.33309.3859.8141.96
HexAB2B9704BC211353c2a
Octal25353227011314414657452
Binary1010101110101110010111010010111100100001100110101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2B97; }

 p { color: rgb(171,43,151); }

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

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

 a { background-color: rgb(171,43,151); }

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

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

 span { border-color: rgb(171,43,151); }

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