#A07497

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

Shades of Bouquet #A07497

Tints of Bouquet #A07497

Color information

#A07497 (or 0xA07497) is unknown color: approx Bouquet. HEX triplet: A0, 74 and 97. RGB value is (160,116,151). Sum of RGB (Red+Green+Blue) = 160+116+151=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 160 - color contains mainly: red. Hex color #A07497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07497 is #5F8B68. Grayscale: #858585. Windows color (decimal): -6261609 or 9925792. OLE color: 9925792.

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

Color convert

RGB160116151-
CMYK00.280.060.37
HSL312.27º18.8%54.12%-
HSV(B)312.27º27.5%62.75%-
XYZ26.3322.232.18-
YUV133.15138.08147.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.47%
GREEN value IS 116 (45.70% from 255) = 27.17%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=37.47%
G=27.17%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011615100.280.060.37312.2718.854.12
HexA0749701C6251381336
Octal2401642270346454702366
Binary1010000011101001001011101110011010010110011100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07497; }

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

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

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

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

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

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

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

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