#A87499

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

Shades of Bouquet #A87499

Tints of Bouquet #A87499

Color information

#A87499 (or 0xA87499) is unknown color: approx Bouquet. HEX triplet: A8, 74 and 99. RGB value is (168,116,153). Sum of RGB (Red+Green+Blue) = 168+116+153=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 168 - color contains mainly: red. Hex color #A87499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87499 is #578B66. Grayscale: #878787. Windows color (decimal): -5737319 or 10056872. OLE color: 10056872.

HSL color Cylindrical-coordinate representation of color #A87499: hue angle of 317.31º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A87499 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB168116153-
CMYK00.310.090.34
HSL317.31º23.01%55.69%-
HSV(B)317.31º30.95%65.88%-
XYZ28.1423.1233.12-
YUV135.77137.73150.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 153 (60.16% from 255) = 35.01%
R=38.44%
G=26.54%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811615300.310.090.34317.3123.0155.69
HexA8749901F92213d1738
Octal25016423103711424752770
Binary10101000111010010011001011111100110001010011110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87499; }

 p { color: rgb(168,116,153); }

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

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

 a { background-color: rgb(168,116,153); }

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

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

 span { border-color: rgb(168,116,153); }

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