#A56AAF

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

Shades of Violet Blue #A56AAF

Tints of Violet Blue #A56AAF

Color information

#A56AAF (or 0xA56AAF) is unknown color: approx Violet Blue. HEX triplet: A5, 6A and AF. RGB value is (165,106,175). Sum of RGB (Red+Green+Blue) = 165+106+175=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #A56AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56AAF is #5A9550. Grayscale: #838383. Windows color (decimal): -5936465 or 11496101. OLE color: 11496101.

HSL color Cylindrical-coordinate representation of color #A56AAF: hue angle of 291.3º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A56AAF is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165106175-
CMYK0.060.3900.31
HSL291.3º30.13%55.1%-
HSV(B)291.3º39.43%68.63%-
XYZ28.4121.443.19-
YUV131.51152.55151.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.00%
GREEN value IS 106 (41.80% from 255) = 23.77%
BLUE value IS 175 (68.75% from 255) = 39.24%
R=37.00%
G=23.77%
B=39.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651061750.060.3900.31291.330.1355.1
HexA56AAF62701F1231e37
Octal2451522576470374433667
Binary1010010111010101010111111010011101111110010001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56AAF; }

 p { color: rgb(165,106,175); }

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

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

 a { background-color: rgb(165,106,175); }

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

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

 span { border-color: rgb(165,106,175); }

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