#A56295

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

Shades of Violet Blue #A56295

Tints of Violet Blue #A56295

Color information

#A56295 (or 0xA56295) is unknown color: approx Violet Blue. HEX triplet: A5, 62 and 95. RGB value is (165,98,149). Sum of RGB (Red+Green+Blue) = 165+98+149=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A56295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56295 is #5A9D6A. Grayscale: #7B7B7B. Windows color (decimal): -5938539 or 9790117. OLE color: 9790117.

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

Color convert

RGB16598149-
CMYK00.410.100.35
HSL314.33º27.13%51.57%-
HSV(B)314.33º40.61%64.71%-
XYZ25.3118.930.75-
YUV123.85142.2157.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 98 (38.67% from 255) = 23.79%
BLUE value IS 149 (58.59% from 255) = 36.17%
R=40.05%
G=23.79%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659814900.410.100.35314.3327.1351.57
HexA56295029A2313a1b34
Octal24514222505112434723364
Binary101001011100010100101010101001101010001110011101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56295; }

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

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

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

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

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

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

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

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