#AB199A

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

Shades of Medium Violet Red #AB199A

Tints of Medium Violet Red #AB199A

Color information

#AB199A (or 0xAB199A) is unknown color: approx Medium Violet Red. HEX triplet: AB, 19 and 9A. RGB value is (171,25,154). Sum of RGB (Red+Green+Blue) = 171+25+154=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB199A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB199A is #54E665. Grayscale: #525252. Windows color (decimal): -5564006 or 10099115. OLE color: 10099115.

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

Color convert

RGB17125154-
CMYK00.850.100.33
HSL306.99º74.49%38.43%-
HSV(B)306.99º85.38%67.06%-
XYZ22.9711.6931.62-
YUV83.36167.87190.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.86%
GREEN value IS 25 (10.16% from 255) = 7.14%
BLUE value IS 154 (60.55% from 255) = 44%
R=48.86%
G=7.14%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712515400.850.100.33306.9974.4938.43
HexAB199A055A211334a26
Octal253312320125124146311246
Binary1010101111001100110100101010110101000011001100111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB199A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB199A; }

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

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

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

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

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

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

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

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