#A56DA3

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

Shades of Violet Blue #A56DA3

Tints of Violet Blue #A56DA3

Color information

#A56DA3 (or 0xA56DA3) is unknown color: approx Violet Blue. HEX triplet: A5, 6D and A3. RGB value is (165,109,163). Sum of RGB (Red+Green+Blue) = 165+109+163=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A56DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56DA3 is #5A925C. Grayscale: #838383. Windows color (decimal): -5935709 or 10710437. OLE color: 10710437.

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

Color convert

RGB165109163-
CMYK00.340.010.35
HSL302.14º23.73%53.73%-
HSV(B)302.14º33.94%64.71%-
XYZ27.621.5837.36-
YUV131.9145.55151.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 109 (42.97% from 255) = 24.94%
BLUE value IS 163 (64.06% from 255) = 37.30%
R=37.76%
G=24.94%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510916300.340.010.35302.1423.7353.73
HexA56DA302212312e1836
Octal2451552430421434563066
Binary101001011101101101000110100010110001110010111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56DA3; }

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

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

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

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

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

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

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

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