#A666A1

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

Shades of Violet Blue #A666A1

Tints of Violet Blue #A666A1

Color information

#A666A1 (or 0xA666A1) is unknown color: approx Violet Blue. HEX triplet: A6, 66 and A1. RGB value is (166,102,161). Sum of RGB (Red+Green+Blue) = 166+102+161=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A666A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A666A1 is #59995E. Grayscale: #7F7F7F. Windows color (decimal): -5871967 or 10577574. OLE color: 10577574.

HSL color Cylindrical-coordinate representation of color #A666A1: hue angle of 304.69º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A666A1 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB166102161-
CMYK00.390.030.35
HSL304.69º26.45%52.55%-
HSV(B)304.69º38.55%65.1%-
XYZ26.9120.1836.2-
YUV127.86146.7155.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 161 (63.28% from 255) = 37.53%
R=38.69%
G=23.78%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610216100.390.030.35304.6926.4552.55
HexA666A10273231311a35
Octal2461462410473434613265
Binary1010011011001101010000101001111110001110011000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A666A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A666A1; }

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

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

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

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

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

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

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

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