#A656AC

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

Shades of Violet Blue #A656AC

Tints of Violet Blue #A656AC

Color information

#A656AC (or 0xA656AC) is unknown color: approx Violet Blue. HEX triplet: A6, 56 and AC. RGB value is (166,86,172). Sum of RGB (Red+Green+Blue) = 166+86+172=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #A656AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A656AC is #59A953. Grayscale: #777777. Windows color (decimal): -5876052 or 11294374. OLE color: 11294374.

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

Color convert

RGB16686172-
CMYK0.030.500.33
HSL295.81º34.13%50.59%-
HSV(B)295.81º50%67.45%-
XYZ26.517.7441.06-
YUV119.72157.5161.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.15%
GREEN value IS 86 (33.98% from 255) = 20.28%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=39.15%
G=20.28%
B=40.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166861720.030.500.33295.8134.1350.59
HexA656AC3320211282233
Octal2461262543620414504263
Binary10100110101011010101100111100100100001100101000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A656AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A656AC; }

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

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

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

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

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

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

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

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