#A766AC

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

Shades of Violet Blue #A766AC

Tints of Violet Blue #A766AC

Color information

#A766AC (or 0xA766AC) is unknown color: approx Violet Blue. HEX triplet: A7, 66 and AC. RGB value is (167,102,172). Sum of RGB (Red+Green+Blue) = 167+102+172=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #A766AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A766AC is #589953. Grayscale: #818181. Windows color (decimal): -5806420 or 11298471. OLE color: 11298471.

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

Color convert

RGB167102172-
CMYK0.030.4100.33
HSL295.71º29.66%53.73%-
HSV(B)295.71º40.7%67.45%-
XYZ28.1320.741.54-
YUV129.42152.03154.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.87%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=37.87%
G=23.13%
B=39.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671021720.030.4100.33295.7129.6653.73
HexA766AC3290211281e36
Octal2471462543510414503666
Binary1010011111001101010110011101001010000110010100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A766AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A766AC; }

 p { color: rgb(167,102,172); }

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

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

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

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

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

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

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