#A56FA3

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

Shades of Violet Blue #A56FA3

Tints of Violet Blue #A56FA3

Color information

#A56FA3 (or 0xA56FA3) is unknown color: approx Violet Blue. HEX triplet: A5, 6F and A3. RGB value is (165,111,163). Sum of RGB (Red+Green+Blue) = 165+111+163=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A56FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56FA3 is #5A905C. Grayscale: #848484. Windows color (decimal): -5935197 or 10710949. OLE color: 10710949.

HSL color Cylindrical-coordinate representation of color #A56FA3: hue angle of 302.22º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A56FA3 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB165111163-
CMYK00.330.010.35
HSL302.22º23.08%54.12%-
HSV(B)302.22º32.73%64.71%-
XYZ27.8122.0137.43-
YUV133.07144.89150.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.59%
GREEN value IS 111 (43.75% from 255) = 25.28%
BLUE value IS 163 (64.06% from 255) = 37.13%
R=37.59%
G=25.28%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511116300.330.010.35302.2223.0854.12
HexA56FA302112312e1736
Octal2451572430411434562766
Binary101001011101111101000110100001110001110010111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56FA3; }

 p { color: rgb(165,111,163); }

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

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

 a { background-color: rgb(165,111,163); }

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

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

 span { border-color: rgb(165,111,163); }

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