#A66F9F

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

Shades of Violet Blue #A66F9F

Tints of Violet Blue #A66F9F

Color information

#A66F9F (or 0xA66F9F) is unknown color: approx Violet Blue. HEX triplet: A6, 6F and 9F. RGB value is (166,111,159). Sum of RGB (Red+Green+Blue) = 166+111+159=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66F9F is #599060. Grayscale: #848484. Windows color (decimal): -5869665 or 10448806. OLE color: 10448806.

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

Color convert

RGB166111159-
CMYK00.330.040.35
HSL307.64º23.61%54.31%-
HSV(B)307.64º33.13%65.1%-
XYZ27.6721.9835.58-
YUV132.92142.72151.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 111 (43.75% from 255) = 25.46%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=38.07%
G=25.46%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611115900.330.040.35307.6423.6154.31
HexA66F9F0214231341836
Octal2461572370414434643066
Binary10100110110111110011111010000110010001110011010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F9F; }

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

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

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

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

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

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

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

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