#A46E99

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

Shades of Bouquet #A46E99

Tints of Bouquet #A46E99

Color information

#A46E99 (or 0xA46E99) is unknown color: approx Bouquet. HEX triplet: A4, 6E and 99. RGB value is (164,110,153). Sum of RGB (Red+Green+Blue) = 164+110+153=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46E99 is #5B9166. Grayscale: #828282. Windows color (decimal): -6000999 or 10055332. OLE color: 10055332.

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

Color convert

RGB164110153-
CMYK00.330.070.36
HSL312.22º22.88%53.73%-
HSV(B)312.22º32.93%64.31%-
XYZ26.6421.3432.85-
YUV131.05140.39151.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 110 (43.36% from 255) = 25.76%
BLUE value IS 153 (60.16% from 255) = 35.83%
R=38.41%
G=25.76%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411015300.330.070.36312.2222.8853.73
HexA46E990217241381736
Octal2441562310417444702766
Binary10100100110111010011001010000111110010010011100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E99; }

 p { color: rgb(164,110,153); }

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

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

 a { background-color: rgb(164,110,153); }

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

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

 span { border-color: rgb(164,110,153); }

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