#A56096

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

Shades of Violet Blue #A56096

Tints of Violet Blue #A56096

Color information

#A56096 (or 0xA56096) is unknown color: approx Violet Blue. HEX triplet: A5, 60 and 96. RGB value is (165,96,150). Sum of RGB (Red+Green+Blue) = 165+96+150=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A56096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56096 is #5A9F69. Grayscale: #7A7A7A. Windows color (decimal): -5939050 or 9855141. OLE color: 9855141.

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

Color convert

RGB16596150-
CMYK00.420.090.35
HSL313.04º27.71%51.18%-
HSV(B)313.04º41.82%64.71%-
XYZ25.218.5731.11-
YUV122.79143.36158.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 96 (37.89% from 255) = 23.36%
BLUE value IS 150 (58.98% from 255) = 36.50%
R=40.15%
G=23.36%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659615000.420.090.35313.0427.7151.18
HexA5609602A9231391c33
Octal24514022605211434713463
Binary101001011100000100101100101010100110001110011100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56096; }

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

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

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

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

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

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

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

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