#A56795

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

Shades of Violet Blue #A56795

Tints of Violet Blue #A56795

Color information

#A56795 (or 0xA56795) is unknown color: approx Violet Blue. HEX triplet: A5, 67 and 95. RGB value is (165,103,149). Sum of RGB (Red+Green+Blue) = 165+103+149=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A56795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56795 is #5A986A. Grayscale: #7E7E7E. Windows color (decimal): -5937259 or 9791397. OLE color: 9791397.

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

Color convert

RGB165103149-
CMYK00.380.100.35
HSL315.48º25.62%52.55%-
HSV(B)315.48º37.58%64.71%-
XYZ25.7919.8730.91-
YUV126.78140.54155.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 103 (40.62% from 255) = 24.70%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=39.57%
G=24.70%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510314900.380.100.35315.4825.6252.55
HexA56795026A2313b1a35
Octal24514722504612434733265
Binary101001011100111100101010100110101010001110011101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56795; }

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

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

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

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

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

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

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

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