#A756A7

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

Shades of Violet Blue #A756A7

Tints of Violet Blue #A756A7

Color information

#A756A7 (or 0xA756A7) is unknown color: approx Violet Blue. HEX triplet: A7, 56 and A7. RGB value is (167,86,167). Sum of RGB (Red+Green+Blue) = 167+86+167=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 167 - color contains mainly: red, blue. Hex color #A756A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A756A7 is #58A958. Grayscale: #777777. Windows color (decimal): -5810521 or 10966695. OLE color: 10966695.

HSL color Cylindrical-coordinate representation of color #A756A7: hue angle of 300º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A756A7 is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16786167-
CMYK00.4900.35
HSL300º32.02%49.61%-
HSV(B)300º48.5%65.49%-
XYZ26.2417.6638.59-
YUV119.45154.84161.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.76%
GREEN value IS 86 (33.98% from 255) = 20.48%
BLUE value IS 167 (65.62% from 255) = 39.76%
R=39.76%
G=20.48%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678616700.4900.3530032.0249.61
HexA756A703102312c2032
Octal2471262470610434544062
Binary1010011110101101010011101100010100011100101100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A756A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A756A7; }

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

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

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

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

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

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

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

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