#A07995

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

Shades of Bouquet #A07995

Tints of Bouquet #A07995

Color information

#A07995 (or 0xA07995) is unknown color: approx Bouquet. HEX triplet: A0, 79 and 95. RGB value is (160,121,149). Sum of RGB (Red+Green+Blue) = 160+121+149=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A07995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07995 is #5F866A. Grayscale: #878787. Windows color (decimal): -6260331 or 9796000. OLE color: 9796000.

HSL color Cylindrical-coordinate representation of color #A07995: hue angle of 316.92º 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 #A07995 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB160121149-
CMYK00.240.070.37
HSL316.92º17.03%55.1%-
HSV(B)316.92º24.38%62.75%-
XYZ26.7623.3231.52-
YUV135.85135.42145.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 121 (47.66% from 255) = 28.14%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=37.21%
G=28.14%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012114900.240.070.37316.9217.0355.1
HexA0799501872513d1137
Octal2401712250307454752167
Binary1010000011110011001010101100011110010110011110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07995; }

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

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

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

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

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

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

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

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