#A56D9C

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

Shades of Violet Blue #A56D9C

Tints of Violet Blue #A56D9C

Color information

#A56D9C (or 0xA56D9C) is unknown color: approx Violet Blue. HEX triplet: A5, 6D and 9C. RGB value is (165,109,156). Sum of RGB (Red+Green+Blue) = 165+109+156=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56D9C is #5A9263. Grayscale: #828282. Windows color (decimal): -5935716 or 10251685. OLE color: 10251685.

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

Color convert

RGB165109156-
CMYK00.340.050.35
HSL309.64º23.73%53.73%-
HSV(B)309.64º33.94%64.71%-
XYZ26.9921.3434.15-
YUV131.1142.05152.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 156 (61.33% from 255) = 36.28%
R=38.37%
G=25.35%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510915600.340.050.35309.6423.7353.73
HexA56D9C0225231361836
Octal2451552340425434663066
Binary10100101110110110011100010001010110001110011011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56D9C; }

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

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

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

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

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

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

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

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