#A66D9A

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

Shades of Bouquet #A66D9A

Tints of Bouquet #A66D9A

Color information

#A66D9A (or 0xA66D9A) is unknown color: approx Bouquet. HEX triplet: A6, 6D and 9A. RGB value is (166,109,154). Sum of RGB (Red+Green+Blue) = 166+109+154=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66D9A is #599265. Grayscale: #838383. Windows color (decimal): -5870182 or 10120614. OLE color: 10120614.

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

Color convert

RGB166109154-
CMYK00.340.070.35
HSL312.63º24.26%53.92%-
HSV(B)312.63º34.34%65.1%-
XYZ27.0321.3833.27-
YUV131.17140.88152.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 109 (42.97% from 255) = 25.41%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=38.69%
G=25.41%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610915400.340.070.35312.6324.2653.92
HexA66D9A0227231391836
Octal2461552320427434713066
Binary10100110110110110011010010001011110001110011100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D9A; }

 p { color: rgb(166,109,154); }

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

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

 a { background-color: rgb(166,109,154); }

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

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

 span { border-color: rgb(166,109,154); }

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