#AB1A9B

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

Shades of Medium Violet Red #AB1A9B

Tints of Medium Violet Red #AB1A9B

Color information

#AB1A9B (or 0xAB1A9B) is unknown color: approx Medium Violet Red. HEX triplet: AB, 1A and 9B. RGB value is (171,26,155). Sum of RGB (Red+Green+Blue) = 171+26+155=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1A9B is #54E564. Grayscale: #535353. Windows color (decimal): -5563749 or 10164907. OLE color: 10164907.

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

Color convert

RGB17126155-
CMYK00.850.090.33
HSL306.62º73.6%38.63%-
HSV(B)306.62º84.8%67.06%-
XYZ23.0811.7632.06-
YUV84.06168.04190.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.58%
GREEN value IS 26 (10.55% from 255) = 7.39%
BLUE value IS 155 (60.94% from 255) = 44.03%
R=48.58%
G=7.39%
B=44.03%

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
Decimal1712615500.850.090.33306.6273.638.63
HexAB1A9B0559211334a27
Octal253322330125114146311247
Binary1010101111010100110110101010110011000011001100111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1A9B; }

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

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

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

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

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

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

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

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