#A556AB

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

Shades of Violet Blue #A556AB

Tints of Violet Blue #A556AB

Color information

#A556AB (or 0xA556AB) is unknown color: approx Violet Blue. HEX triplet: A5, 56 and AB. RGB value is (165,86,171). Sum of RGB (Red+Green+Blue) = 165+86+171=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #A556AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A556AB is #5AA954. Grayscale: #777777. Windows color (decimal): -5941589 or 11228837. OLE color: 11228837.

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

Color convert

RGB16586171-
CMYK0.040.5000.33
HSL295.76º33.6%50.39%-
HSV(B)295.76º49.71%67.06%-
XYZ26.217.640.54-
YUV119.31157.17160.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 86 (33.98% from 255) = 20.38%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=39.10%
G=20.38%
B=40.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165861710.040.5000.33295.7633.650.39
HexA556AB4320211282232
Octal2451262534620414504262
Binary101001011010110101010111001100100100001100101000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A556AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A556AB; }

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

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

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

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

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

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

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

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