#A556AE

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

Shades of Violet Blue #A556AE

Tints of Violet Blue #A556AE

Color information

#A556AE (or 0xA556AE) is unknown color: approx Violet Blue. HEX triplet: A5, 56 and AE. RGB value is (165,86,174). Sum of RGB (Red+Green+Blue) = 165+86+174=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #A556AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A556AE is #5AA951. Grayscale: #777777. Windows color (decimal): -5941586 or 11425445. OLE color: 11425445.

HSL color Cylindrical-coordinate representation of color #A556AE: hue angle of 293.86º 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 #A556AE is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16586174-
CMYK0.050.5100.32
HSL293.86º35.2%50.98%-
HSV(B)293.86º50.57%68.24%-
XYZ26.4817.7142.07-
YUV119.65158.67160.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.82%
GREEN value IS 86 (33.98% from 255) = 20.24%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=38.82%
G=20.24%
B=40.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165861740.050.5100.32293.8635.250.98
HexA556AE5330201262333
Octal2451262565630404464363
Binary101001011010110101011101011100110100000100100110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A556AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A556AE; }

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

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

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

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

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

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

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

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