#A756A9

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

Shades of Violet Blue #A756A9

Tints of Violet Blue #A756A9

Color information

#A756A9 (or 0xA756A9) is unknown color: approx Violet Blue. HEX triplet: A7, 56 and A9. RGB value is (167,86,169). Sum of RGB (Red+Green+Blue) = 167+86+169=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 169 - color contains mainly: blue. Hex color #A756A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A756A9 is #58A956. Grayscale: #777777. Windows color (decimal): -5810519 or 11097767. OLE color: 11097767.

HSL color Cylindrical-coordinate representation of color #A756A9: hue angle of 298.55º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A756A9 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16786169-
CMYK0.010.4900.34
HSL298.55º32.55%50%-
HSV(B)298.55º49.11%66.27%-
XYZ26.4317.7439.57-
YUV119.68155.84161.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.57%
GREEN value IS 86 (33.98% from 255) = 20.38%
BLUE value IS 169 (66.41% from 255) = 40.05%
R=39.57%
G=20.38%
B=40.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal167861690.010.4900.34298.5532.5550
HexA756A913102212b2132
Octal2471262511610424534162
Binary1010011110101101010100111100010100010100101011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A756A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A756A9; }

 p { color: rgb(167,86,169); }

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

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

 a { background-color: rgb(167,86,169); }

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

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

 span { border-color: rgb(167,86,169); }

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