#A07996

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

Shades of Bouquet #A07996

Tints of Bouquet #A07996

Color information

#A07996 (or 0xA07996) is unknown color: approx Bouquet. HEX triplet: A0, 79 and 96. RGB value is (160,121,150). Sum of RGB (Red+Green+Blue) = 160+121+150=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A07996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07996 is #5F8669. Grayscale: #878787. Windows color (decimal): -6260330 or 9861536. OLE color: 9861536.

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

Color convert

RGB160121150-
CMYK00.240.060.37
HSL315.38º17.03%55.1%-
HSV(B)315.38º24.38%62.75%-
XYZ26.8423.3531.95-
YUV135.97135.92145.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 121 (47.66% from 255) = 28.07%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=37.12%
G=28.07%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012115000.240.060.37315.3817.0355.1
HexA0799601862513b1137
Octal2401712260306454732167
Binary1010000011110011001011001100011010010110011101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07996; }

 p { color: rgb(160,121,150); }

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

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

 a { background-color: rgb(160,121,150); }

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

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

 span { border-color: rgb(160,121,150); }

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