#AB2B9D

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

Shades of Medium Red Violet #AB2B9D

Tints of Medium Red Violet #AB2B9D

Color information

#AB2B9D (or 0xAB2B9D) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2B and 9D. RGB value is (171,43,157). Sum of RGB (Red+Green+Blue) = 171+43+157=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2B9D is #54D462. Grayscale: #5D5D5D. Windows color (decimal): -5559395 or 10300331. OLE color: 10300331.

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

Color convert

RGB17143157-
CMYK00.750.080.33
HSL306.56º59.81%41.96%-
HSV(B)306.56º74.85%67.06%-
XYZ23.7412.8233.12-
YUV94.27163.41182.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.09%
GREEN value IS 43 (17.19% from 255) = 11.59%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=46.09%
G=11.59%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714315700.750.080.33306.5659.8141.96
HexAB2B9D04B8211333c2a
Octal25353235011310414637452
Binary1010101110101110011101010010111000100001100110011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2B9D; }

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

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

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

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

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

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

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

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