#A97D98

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

Shades of Bouquet #A97D98

Tints of Bouquet #A97D98

Color information

#A97D98 (or 0xA97D98) is unknown color: approx Bouquet. HEX triplet: A9, 7D and 98. RGB value is (169,125,152). Sum of RGB (Red+Green+Blue) = 169+125+152=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97D98 is #568267. Grayscale: #8D8D8D. Windows color (decimal): -5669480 or 9993641. OLE color: 9993641.

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

Color convert

RGB169125152-
CMYK00.260.100.34
HSL323.18º20.37%57.65%-
HSV(B)323.18º26.04%66.27%-
XYZ29.3625.3733.05-
YUV141.23134.08147.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.89%
GREEN value IS 125 (49.22% from 255) = 28.03%
BLUE value IS 152 (59.77% from 255) = 34.08%
R=37.89%
G=28.03%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912515200.260.100.34323.1820.3757.65
HexA97D9801AA22143143a
Octal25117523003212425032472
Binary10101001111110110011000011010101010001010100001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D98; }

 p { color: rgb(169,125,152); }

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

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

 a { background-color: rgb(169,125,152); }

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

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

 span { border-color: rgb(169,125,152); }

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