#A97A9E

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

Shades of Bouquet #A97A9E

Tints of Bouquet #A97A9E

Color information

#A97A9E (or 0xA97A9E) is unknown color: approx Bouquet. HEX triplet: A9, 7A and 9E. RGB value is (169,122,158). Sum of RGB (Red+Green+Blue) = 169+122+158=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97A9E is #568561. Grayscale: #8C8C8C. Windows color (decimal): -5670242 or 10386089. OLE color: 10386089.

HSL color Cylindrical-coordinate representation of color #A97A9E: hue angle of 314.04º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A97A9E is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB169122158-
CMYK00.280.070.34
HSL314.04º21.46%57.06%-
HSV(B)314.04º27.81%66.27%-
XYZ29.4924.8235.58-
YUV140.16138.07148.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.64%
GREEN value IS 122 (48.05% from 255) = 27.17%
BLUE value IS 158 (62.11% from 255) = 35.19%
R=37.64%
G=27.17%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912215800.280.070.34314.0421.4657.06
HexA97A9E01C72213a1539
Octal2511722360347424722571
Binary1010100111110101001111001110011110001010011101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A9E; }

 p { color: rgb(169,122,158); }

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

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

 a { background-color: rgb(169,122,158); }

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

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

 span { border-color: rgb(169,122,158); }

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