#A666B3

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

Shades of Violet Blue #A666B3

Tints of Violet Blue #A666B3

Color information

#A666B3 (or 0xA666B3) is unknown color: approx Violet Blue. HEX triplet: A6, 66 and B3. RGB value is (166,102,179). Sum of RGB (Red+Green+Blue) = 166+102+179=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 179 - color contains mainly: blue. Hex color #A666B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666B3 is #59994C. Grayscale: #818181. Windows color (decimal): -5871949 or 11757222. OLE color: 11757222.

HSL color Cylindrical-coordinate representation of color #A666B3: hue angle of 289.87º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A666B3 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB166102179-
CMYK0.070.4300.30
HSL289.87º33.62%55.1%-
HSV(B)289.87º43.02%70.2%-
XYZ28.6120.8645.17-
YUV129.91155.7153.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 102 (40.23% from 255) = 22.82%
BLUE value IS 179 (70.31% from 255) = 40.04%
R=37.14%
G=22.82%
B=40.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661021790.070.4300.30289.8733.6255.1
HexA666B372B01E1222237
Octal2461462637530364424267
Binary10100110110011010110011111101011011110100100010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A666B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A666B3; }

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

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

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

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

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

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

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

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