#A98EA1

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

Shades of Bouquet #A98EA1

Tints of Bouquet #A98EA1

Color information

#A98EA1 (or 0xA98EA1) is unknown color: approx Bouquet. HEX triplet: A9, 8E and A1. RGB value is (169,142,161). Sum of RGB (Red+Green+Blue) = 169+142+161=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 169 - color contains mainly: red. Hex color #A98EA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98EA1 is #56715E. Grayscale: #989898. Windows color (decimal): -5665119 or 10587817. OLE color: 10587817.

HSL color Cylindrical-coordinate representation of color #A98EA1: hue angle of 317.78º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A98EA1 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB169142161-
CMYK00.160.050.34
HSL317.78º13.57%60.98%-
HSV(B)317.78º15.98%66.27%-
XYZ32.4730.3537.87-
YUV152.24132.95139.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 161 (63.28% from 255) = 34.11%
R=35.81%
G=30.08%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914216100.160.050.34317.7813.5760.98
HexA98EA101052213ee3d
Octal2512162410205424761675
Binary1010100110001110101000010100001011000101001111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98EA1; }

 p { color: rgb(169,142,161); }

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

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

 a { background-color: rgb(169,142,161); }

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

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

 span { border-color: rgb(169,142,161); }

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