#A56796

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

Shades of Violet Blue #A56796

Tints of Violet Blue #A56796

Color information

#A56796 (or 0xA56796) is unknown color: approx Violet Blue. HEX triplet: A5, 67 and 96. RGB value is (165,103,150). Sum of RGB (Red+Green+Blue) = 165+103+150=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A56796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56796 is #5A9869. Grayscale: #7E7E7E. Windows color (decimal): -5937258 or 9856933. OLE color: 9856933.

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

Color convert

RGB165103150-
CMYK00.380.090.35
HSL314.52º25.62%52.55%-
HSV(B)314.52º37.58%64.71%-
XYZ25.8719.931.33-
YUV126.9141.04155.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.47%
GREEN value IS 103 (40.62% from 255) = 24.64%
BLUE value IS 150 (58.98% from 255) = 35.89%
R=39.47%
G=24.64%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510315000.380.090.35314.5225.6252.55
HexA5679602692313b1a35
Octal24514722604611434733265
Binary101001011100111100101100100110100110001110011101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56796; }

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

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

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

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

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

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

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

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