#A56F9E

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

Shades of Violet Blue #A56F9E

Tints of Violet Blue #A56F9E

Color information

#A56F9E (or 0xA56F9E) is unknown color: approx Violet Blue. HEX triplet: A5, 6F and 9E. RGB value is (165,111,158). Sum of RGB (Red+Green+Blue) = 165+111+158=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F9E is #5A9061. Grayscale: #848484. Windows color (decimal): -5935202 or 10383269. OLE color: 10383269.

HSL color Cylindrical-coordinate representation of color #A56F9E: hue angle of 307.78º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A56F9E is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB165111158-
CMYK00.330.040.35
HSL307.78º23.08%54.12%-
HSV(B)307.78º32.73%64.71%-
XYZ27.3721.8435.12-
YUV132.5142.39151.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.02%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=38.02%
G=25.58%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511115800.330.040.35307.7823.0854.12
HexA56F9E0214231341736
Octal2451572360414434642766
Binary10100101110111110011110010000110010001110011010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F9E; }

 p { color: rgb(165,111,158); }

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

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

 a { background-color: rgb(165,111,158); }

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

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

 span { border-color: rgb(165,111,158); }

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