#A97E9D

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

Shades of Bouquet #A97E9D

Tints of Bouquet #A97E9D

Color information

#A97E9D (or 0xA97E9D) is unknown color: approx Bouquet. HEX triplet: A9, 7E and 9D. RGB value is (169,126,157). Sum of RGB (Red+Green+Blue) = 169+126+157=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97E9D is #568162. Grayscale: #8E8E8E. Windows color (decimal): -5669219 or 10321577. OLE color: 10321577.

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

Color convert

RGB169126157-
CMYK00.250.070.34
HSL316.74º20%57.84%-
HSV(B)316.74º25.44%66.27%-
XYZ29.9125.7935.3-
YUV142.39136.25146.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 126 (49.61% from 255) = 27.88%
BLUE value IS 157 (61.72% from 255) = 34.73%
R=37.39%
G=27.88%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912615700.250.070.34316.742057.84
HexA97E9D01972213d143a
Octal2511762350317424752472
Binary1010100111111101001110101100111110001010011110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97E9D; }

 p { color: rgb(169,126,157); }

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

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

 a { background-color: rgb(169,126,157); }

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

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

 span { border-color: rgb(169,126,157); }

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