#A666AB

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

Shades of Violet Blue #A666AB

Tints of Violet Blue #A666AB

Color information

#A666AB (or 0xA666AB) is unknown color: approx Violet Blue. HEX triplet: A6, 66 and AB. RGB value is (166,102,171). Sum of RGB (Red+Green+Blue) = 166+102+171=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #A666AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A666AB is #599954. Grayscale: #808080. Windows color (decimal): -5871957 or 11232934. OLE color: 11232934.

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

Color convert

RGB166102171-
CMYK0.030.4000.33
HSL295.65º29.11%53.53%-
HSV(B)295.65º40.35%67.06%-
XYZ27.8320.5541.03-
YUV129151.7154.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 102 (40.23% from 255) = 23.23%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=37.81%
G=23.23%
B=38.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661021710.030.4000.33295.6529.1153.53
HexA666AB3280211281d36
Octal2461462533500414503566
Binary1010011011001101010101111101000010000110010100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A666AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A666AB; }

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

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

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

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

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

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

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

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