#AB55AA

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

Shades of Violet Blue #AB55AA

Tints of Violet Blue #AB55AA

Color information

#AB55AA (or 0xAB55AA) is unknown color: approx Violet Blue. HEX triplet: AB, 55 and AA. RGB value is (171,85,170). Sum of RGB (Red+Green+Blue) = 171+85+170=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB55AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB55AA is #54AA55. Grayscale: #787878. Windows color (decimal): -5548630 or 11163051. OLE color: 11163051.

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

Color convert

RGB17185170-
CMYK00.500.010.33
HSL300.7º33.86%50.2%-
HSV(B)300.7º50.29%67.06%-
XYZ27.318.0640.08-
YUV120.4155.99164.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=40.14%
G=19.95%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718517000.500.010.33300.733.8650.2
HexAB55AA03212112d2232
Octal2531252520621414554262
Binary1010101110101011010101001100101100001100101101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB55AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB55AA; }

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

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

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

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

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

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

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

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