#A07499

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

Shades of Bouquet #A07499

Tints of Bouquet #A07499

Color information

#A07499 (or 0xA07499) is unknown color: approx Bouquet. HEX triplet: A0, 74 and 99. RGB value is (160,116,153). Sum of RGB (Red+Green+Blue) = 160+116+153=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A07499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07499 is #5F8B66. Grayscale: #858585. Windows color (decimal): -6261607 or 10056864. OLE color: 10056864.

HSL color Cylindrical-coordinate representation of color #A07499: hue angle of 309.55º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A07499 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB160116153-
CMYK00.280.040.37
HSL309.55º18.8%54.12%-
HSV(B)309.55º27.5%62.75%-
XYZ26.4922.2633.04-
YUV133.37139.08146.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 153 (60.16% from 255) = 35.66%
R=37.30%
G=27.04%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011615300.280.040.37309.5518.854.12
HexA0749901C4251361336
Octal2401642310344454662366
Binary1010000011101001001100101110010010010110011011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07499; }

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

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

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

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

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

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

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

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