#ab199b

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

Shades of Medium Violet Red #AB199B

Tints of Medium Violet Red #AB199B

Color information

#AB199B (or 0xAB199B) is unknown color: approx Medium Violet Red. HEX triplet: AB, 19 and 9B. RGB value is (171,25,155). Sum of RGB (Red+Green+Blue) = 171+25+155=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB199B is #54E664. Grayscale: #535353. Windows color (decimal): -5564005 or 10164651. OLE color: 10164651.

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

Color convert

RGB17125155-
CMYK00.850.090.33
HSL306.58º74.49%38.43%-
HSV(B)306.58º85.38%67.06%-
XYZ23.0611.7232.06-
YUV83.47168.37190.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 25 (10.16% from 255) = 7.12%
BLUE value IS 155 (60.94% from 255) = 44.16%
R=48.72%
G=7.12%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712515500.850.090.33306.5874.4938.43
HexAB199B0559211334a26
Octal253312330125114146311246
Binary1010101111001100110110101010110011000011001100111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab199b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab199b; }

 p { color: rgb(171,25,155); }

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

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

 a { background-color: rgb(171,25,155); }

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

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

 span { border-color: rgb(171,25,155); }

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