#AB1BA0

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

Shades of Medium Violet Red #AB1BA0

Tints of Medium Violet Red #AB1BA0

Color information

#AB1BA0 (or 0xAB1BA0) is unknown color: approx Medium Violet Red. HEX triplet: AB, 1B and A0. RGB value is (171,27,160). Sum of RGB (Red+Green+Blue) = 171+27+160=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1BA0 is #54E45F. Grayscale: #545454. Windows color (decimal): -5563488 or 10492843. OLE color: 10492843.

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

Color convert

RGB17127160-
CMYK00.840.060.33
HSL304.58º72.73%38.82%-
HSV(B)304.58º84.21%67.06%-
XYZ23.5311.9834.33-
YUV85.22170.21189.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.77%
GREEN value IS 27 (10.94% from 255) = 7.54%
BLUE value IS 160 (62.89% from 255) = 44.69%
R=47.77%
G=7.54%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712716000.840.060.33304.5872.7338.82
HexAB1BA00546211314927
Octal25333240012464146111147
Binary101010111101110100000010101001101000011001100011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1BA0; }

 p { color: rgb(171,27,160); }

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

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

 a { background-color: rgb(171,27,160); }

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

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

 span { border-color: rgb(171,27,160); }

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