#A56CAA

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

Shades of Violet Blue #A56CAA

Tints of Violet Blue #A56CAA

Color information

#A56CAA (or 0xA56CAA) is unknown color: approx Violet Blue. HEX triplet: A5, 6C and AA. RGB value is (165,108,170). Sum of RGB (Red+Green+Blue) = 165+108+170=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #A56CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56CAA is #5A9355. Grayscale: #838383. Windows color (decimal): -5935958 or 11168933. OLE color: 11168933.

HSL color Cylindrical-coordinate representation of color #A56CAA: hue angle of 295.16º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A56CAA is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165108170-
CMYK0.030.3600.33
HSL295.16º26.72%54.51%-
HSV(B)295.16º36.47%66.67%-
XYZ28.1421.6340.72-
YUV132.11149.38151.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.25%
GREEN value IS 108 (42.58% from 255) = 24.38%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=37.25%
G=24.38%
B=38.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651081700.030.3600.33295.1626.7254.51
HexA56CAA3240211271b37
Octal2451542523440414473367
Binary1010010111011001010101011100100010000110010011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56CAA; }

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

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

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

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

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

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

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

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