#A97490

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

Shades of Bouquet #A97490

Tints of Bouquet #A97490

Color information

#A97490 (or 0xA97490) is unknown color: approx Bouquet. HEX triplet: A9, 74 and 90. RGB value is (169,116,144). Sum of RGB (Red+Green+Blue) = 169+116+144=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A97490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97490 is #568B6F. Grayscale: #868686. Windows color (decimal): -5671792 or 9467049. OLE color: 9467049.

HSL color Cylindrical-coordinate representation of color #A97490: hue angle of 328.3º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A97490 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB169116144-
CMYK00.310.150.34
HSL328.3º23.56%55.88%-
HSV(B)328.3º31.36%66.27%-
XYZ27.6422.9429.36-
YUV135.04133.06152.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 144 (56.64% from 255) = 33.57%
R=39.39%
G=27.04%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911614400.310.150.34328.323.5655.88
HexA9749001FF221481838
Octal25116422003717425103070
Binary10101001111010010010000011111111110001010100100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97490; }

 p { color: rgb(169,116,144); }

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

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

 a { background-color: rgb(169,116,144); }

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

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

 span { border-color: rgb(169,116,144); }

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