#A56596

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

Shades of Violet Blue #A56596

Tints of Violet Blue #A56596

Color information

#A56596 (or 0xA56596) is unknown color: approx Violet Blue. HEX triplet: A5, 65 and 96. RGB value is (165,101,150). Sum of RGB (Red+Green+Blue) = 165+101+150=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A56596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56596 is #5A9A69. Grayscale: #7D7D7D. Windows color (decimal): -5937770 or 9856421. OLE color: 9856421.

HSL color Cylindrical-coordinate representation of color #A56596: hue angle of 314.06º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A56596 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB165101150-
CMYK00.390.090.35
HSL314.06º26.23%52.16%-
HSV(B)314.06º38.79%64.71%-
XYZ25.6819.5131.27-
YUV125.72141.7156.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 150 (58.98% from 255) = 36.06%
R=39.66%
G=24.28%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510115000.390.090.35314.0626.2352.16
HexA5659602792313a1a34
Octal24514522604711434723264
Binary101001011100101100101100100111100110001110011101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56596; }

 p { color: rgb(165,101,150); }

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

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

 a { background-color: rgb(165,101,150); }

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

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

 span { border-color: rgb(165,101,150); }

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