#A07599

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

Shades of Bouquet #A07599

Tints of Bouquet #A07599

Color information

#A07599 (or 0xA07599) is unknown color: approx Bouquet. HEX triplet: A0, 75 and 99. RGB value is (160,117,153). Sum of RGB (Red+Green+Blue) = 160+117+153=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A07599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07599 is #5F8A66. Grayscale: #858585. Windows color (decimal): -6261351 or 10057120. OLE color: 10057120.

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

Color convert

RGB160117153-
CMYK00.270.040.37
HSL309.77º18.45%54.31%-
HSV(B)309.77º26.88%62.75%-
XYZ26.6122.533.08-
YUV133.96138.75146.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=37.21%
G=27.21%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011715300.270.040.37309.7718.4554.31
HexA0759901B4251361236
Octal2401652310334454662266
Binary1010000011101011001100101101110010010110011011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07599; }

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

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

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

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

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

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

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

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