#A66BAA

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

Shades of Violet Blue #A66BAA

Tints of Violet Blue #A66BAA

Color information

#A66BAA (or 0xA66BAA) is unknown color: approx Violet Blue. HEX triplet: A6, 6B and AA. RGB value is (166,107,170). Sum of RGB (Red+Green+Blue) = 166+107+170=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #A66BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66BAA is #599455. Grayscale: #838383. Windows color (decimal): -5870678 or 11168678. OLE color: 11168678.

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

Color convert

RGB166107170-
CMYK0.020.3700.33
HSL296.19º27.04%54.31%-
HSV(B)296.19º37.06%66.67%-
XYZ28.2421.5240.7-
YUV131.82149.55152.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 107 (42.19% from 255) = 24.15%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=37.47%
G=24.15%
B=38.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661071700.020.3700.33296.1927.0454.31
HexA66BAA2250211281b36
Octal2461532522450414503366
Binary1010011011010111010101010100101010000110010100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66BAA; }

 p { color: rgb(166,107,170); }

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

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

 a { background-color: rgb(166,107,170); }

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

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

 span { border-color: rgb(166,107,170); }

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