#A656AF

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

Shades of Violet Blue #A656AF

Tints of Violet Blue #A656AF

Color information

#A656AF (or 0xA656AF) is unknown color: approx Violet Blue. HEX triplet: A6, 56 and AF. RGB value is (166,86,175). Sum of RGB (Red+Green+Blue) = 166+86+175=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #A656AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A656AF is #59A950. Grayscale: #777777. Windows color (decimal): -5876049 or 11490982. OLE color: 11490982.

HSL color Cylindrical-coordinate representation of color #A656AF: hue angle of 293.93º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A656AF is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16686175-
CMYK0.050.5100.31
HSL293.93º35.74%51.18%-
HSV(B)293.93º50.86%68.63%-
XYZ26.7917.8642.59-
YUV120.07159160.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 86 (33.98% from 255) = 20.14%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=38.88%
G=20.14%
B=40.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166861750.050.5100.31293.9335.7451.18
HexA656AF53301F1262433
Octal2461262575630374464463
Binary10100110101011010101111101110011011111100100110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A656AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A656AF; }

 p { color: rgb(166,86,175); }

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

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

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

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

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

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

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