#A66B9F

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

Shades of Violet Blue #A66B9F

Tints of Violet Blue #A66B9F

Color information

#A66B9F (or 0xA66B9F) is unknown color: approx Violet Blue. HEX triplet: A6, 6B and 9F. RGB value is (166,107,159). Sum of RGB (Red+Green+Blue) = 166+107+159=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B9F is #599460. Grayscale: #828282. Windows color (decimal): -5870689 or 10447782. OLE color: 10447782.

HSL color Cylindrical-coordinate representation of color #A66B9F: hue angle of 307.12º 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 #A66B9F is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB166107159-
CMYK00.360.040.35
HSL307.12º24.89%53.53%-
HSV(B)307.12º35.54%65.1%-
XYZ27.2421.1335.44-
YUV130.57144.05153.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 107 (42.19% from 255) = 24.77%
BLUE value IS 159 (62.5% from 255) = 36.81%
R=38.43%
G=24.77%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610715900.360.040.35307.1224.8953.53
HexA66B9F0244231331936
Octal2461532370444434633166
Binary10100110110101110011111010010010010001110011001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B9F; }

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

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

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

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

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

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

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

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