#A56DA0

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

Shades of Violet Blue #A56DA0

Tints of Violet Blue #A56DA0

Color information

#A56DA0 (or 0xA56DA0) is unknown color: approx Violet Blue. HEX triplet: A5, 6D and A0. RGB value is (165,109,160). Sum of RGB (Red+Green+Blue) = 165+109+160=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A56DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56DA0 is #5A925F. Grayscale: #838383. Windows color (decimal): -5935712 or 10513829. OLE color: 10513829.

HSL color Cylindrical-coordinate representation of color #A56DA0: hue angle of 305.36º 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 #A56DA0 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB165109160-
CMYK00.340.030.35
HSL305.36º23.73%53.73%-
HSV(B)305.36º33.94%64.71%-
XYZ27.3321.4735.96-
YUV131.56144.05151.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.02%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 160 (62.89% from 255) = 36.87%
R=38.02%
G=25.12%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510916000.340.030.35305.3623.7353.73
HexA56DA00223231311836
Octal2451552400423434613066
Binary1010010111011011010000001000101110001110011000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56DA0; }

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

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

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

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

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

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

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

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