#A07799

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

Shades of Bouquet #A07799

Tints of Bouquet #A07799

Color information

#A07799 (or 0xA07799) is unknown color: approx Bouquet. HEX triplet: A0, 77 and 99. RGB value is (160,119,153). Sum of RGB (Red+Green+Blue) = 160+119+153=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A07799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07799 is #5F8866. Grayscale: #878787. Windows color (decimal): -6260839 or 10057632. OLE color: 10057632.

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

Color convert

RGB160119153-
CMYK00.260.040.37
HSL310.24º17.75%54.71%-
HSV(B)310.24º25.62%62.75%-
XYZ26.8422.9733.16-
YUV135.14138.08145.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.04%
GREEN value IS 119 (46.88% from 255) = 27.55%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=37.04%
G=27.55%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011915300.260.040.37310.2417.7554.71
HexA0779901A4251361237
Octal2401672310324454662267
Binary1010000011101111001100101101010010010110011011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07799; }

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

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

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

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

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

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

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

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