#AB56AE

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

Shades of Violet Blue #AB56AE

Tints of Violet Blue #AB56AE

Color information

#AB56AE (or 0xAB56AE) is unknown color: approx Violet Blue. HEX triplet: AB, 56 and AE. RGB value is (171,86,174). Sum of RGB (Red+Green+Blue) = 171+86+174=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB56AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB56AE is #54A951. Grayscale: #797979. Windows color (decimal): -5548370 or 11425451. OLE color: 11425451.

HSL color Cylindrical-coordinate representation of color #AB56AE: hue angle of 297.95º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB56AE is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17186174-
CMYK0.020.5100.32
HSL297.95º35.2%50.98%-
HSV(B)297.95º50.57%68.24%-
XYZ27.7618.3742.13-
YUV121.45157.66163.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 86 (33.98% from 255) = 19.95%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=39.68%
G=19.95%
B=40.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171861740.020.5100.32297.9535.250.98
HexAB56AE23302012a2333
Octal2531262562630404524363
Binary10101011101011010101110101100110100000100101010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB56AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB56AE; }

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

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

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

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

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

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

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

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