#AB56AA

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

Shades of Violet Blue #AB56AA

Tints of Violet Blue #AB56AA

Color information

#AB56AA (or 0xAB56AA) is unknown color: approx Violet Blue. HEX triplet: AB, 56 and AA. RGB value is (171,86,170). Sum of RGB (Red+Green+Blue) = 171+86+170=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB56AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB56AA is #54A955. Grayscale: #787878. Windows color (decimal): -5548374 or 11163307. OLE color: 11163307.

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

Color convert

RGB17186170-
CMYK00.500.010.33
HSL300.71º33.6%50.39%-
HSV(B)300.71º49.71%67.06%-
XYZ27.3818.2240.1-
YUV120.99155.66163.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 86 (33.98% from 255) = 20.14%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=40.05%
G=20.14%
B=39.81%

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
Decimal1718617000.500.010.33300.7133.650.39
HexAB56AA03212112d2232
Octal2531262520621414554262
Binary1010101110101101010101001100101100001100101101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB56AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB56AA; }

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

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

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

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

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

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

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

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