#AB55A0

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

Shades of Violet Blue #AB55A0

Tints of Violet Blue #AB55A0

Color information

#AB55A0 (or 0xAB55A0) is unknown color: approx Violet Blue. HEX triplet: AB, 55 and A0. RGB value is (171,85,160). Sum of RGB (Red+Green+Blue) = 171+85+160=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB55A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB55A0 is #54AA5F. Grayscale: #777777. Windows color (decimal): -5548640 or 10507691. OLE color: 10507691.

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

Color convert

RGB17185160-
CMYK00.500.060.33
HSL307.67º33.86%50.2%-
HSV(B)307.67º50.29%67.06%-
XYZ26.3917.6935.28-
YUV119.26150.99164.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 85 (33.59% from 255) = 20.43%
BLUE value IS 160 (62.89% from 255) = 38.46%
R=41.11%
G=20.43%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718516000.500.060.33307.6733.8650.2
HexAB55A00326211342232
Octal2531252400626414644262
Binary101010111010101101000000110010110100001100110100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB55A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB55A0; }

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

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

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

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

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

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

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

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