#A666AF

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

Shades of Violet Blue #A666AF

Tints of Violet Blue #A666AF

Color information

#A666AF (or 0xA666AF) is unknown color: approx Violet Blue. HEX triplet: A6, 66 and AF. RGB value is (166,102,175). Sum of RGB (Red+Green+Blue) = 166+102+175=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #A666AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A666AF is #599950. Grayscale: #818181. Windows color (decimal): -5871953 or 11495078. OLE color: 11495078.

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

Color convert

RGB166102175-
CMYK0.050.4200.31
HSL292.6º31.33%54.31%-
HSV(B)292.6º41.71%68.63%-
XYZ28.2220.743.07-
YUV129.46153.7154.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 175 (68.75% from 255) = 39.50%
R=37.47%
G=23.02%
B=39.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661021750.050.4200.31292.631.3354.31
HexA666AF52A01F1251f36
Octal2461462575520374453766
Binary1010011011001101010111110110101001111110010010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A666AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A666AF; }

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

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

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

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

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

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

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

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