#A56CAE

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

Shades of Violet Blue #A56CAE

Tints of Violet Blue #A56CAE

Color information

#A56CAE (or 0xA56CAE) is unknown color: approx Violet Blue. HEX triplet: A5, 6C and AE. RGB value is (165,108,174). Sum of RGB (Red+Green+Blue) = 165+108+174=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #A56CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56CAE is #5A9351. Grayscale: #848484. Windows color (decimal): -5935954 or 11431077. OLE color: 11431077.

HSL color Cylindrical-coordinate representation of color #A56CAE: hue angle of 291.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A56CAE is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB165108174-
CMYK0.050.3800.32
HSL291.82º28.95%55.29%-
HSV(B)291.82º37.93%68.24%-
XYZ28.5221.7842.75-
YUV132.57151.38151.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 108 (42.58% from 255) = 24.16%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=36.91%
G=24.16%
B=38.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651081740.050.3800.32291.8228.9555.29
HexA56CAE5260201241d37
Octal2451542565460404443567
Binary10100101110110010101110101100110010000010010010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56CAE; }

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

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

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

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

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

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

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

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