#A66B9B

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

Shades of Violet Blue #A66B9B

Tints of Violet Blue #A66B9B

Color information

#A66B9B (or 0xA66B9B) is unknown color: approx Violet Blue. HEX triplet: A6, 6B and 9B. RGB value is (166,107,155). Sum of RGB (Red+Green+Blue) = 166+107+155=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B9B is #599464. Grayscale: #818181. Windows color (decimal): -5870693 or 10185638. OLE color: 10185638.

HSL color Cylindrical-coordinate representation of color #A66B9B: hue angle of 311.19º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A66B9B is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB166107155-
CMYK00.360.070.35
HSL311.19º24.89%53.53%-
HSV(B)311.19º35.54%65.1%-
XYZ26.920.9933.64-
YUV130.11142.05153.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.79%
GREEN value IS 107 (42.19% from 255) = 25%
BLUE value IS 155 (60.94% from 255) = 36.21%
R=38.79%
G=25%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610715500.360.070.35311.1924.8953.53
HexA66B9B0247231371936
Octal2461532330447434673166
Binary10100110110101110011011010010011110001110011011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B9B; }

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

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

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

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

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

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

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

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