#A98EA0

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

Shades of Bouquet #A98EA0

Tints of Bouquet #A98EA0

Color information

#A98EA0 (or 0xA98EA0) is unknown color: approx Bouquet. HEX triplet: A9, 8E and A0. RGB value is (169,142,160). Sum of RGB (Red+Green+Blue) = 169+142+160=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 169 - color contains mainly: red. Hex color #A98EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98EA0 is #56715F. Grayscale: #989898. Windows color (decimal): -5665120 or 10522281. OLE color: 10522281.

HSL color Cylindrical-coordinate representation of color #A98EA0: hue angle of 320º 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 #A98EA0 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB169142160-
CMYK00.160.050.34
HSL320º13.57%60.98%-
HSV(B)320º15.98%66.27%-
XYZ32.3830.3237.4-
YUV152.12132.45140.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.88%
GREEN value IS 142 (55.86% from 255) = 30.15%
BLUE value IS 160 (62.89% from 255) = 33.97%
R=35.88%
G=30.15%
B=33.97%

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
Decimal16914216000.160.050.3432013.5760.98
HexA98EA0010522140e3d
Octal2512162400205425001675
Binary1010100110001110101000000100001011000101010000001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98EA0; }

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

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

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

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

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

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

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

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