#A9849F

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

Shades of Bouquet #A9849F

Tints of Bouquet #A9849F

Color information

#A9849F (or 0xA9849F) is unknown color: approx Bouquet. HEX triplet: A9, 84 and 9F. RGB value is (169,132,159). Sum of RGB (Red+Green+Blue) = 169+132+159=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 169 - color contains mainly: red. Hex color #A9849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9849F is #567B60. Grayscale: #929292. Windows color (decimal): -5667681 or 10454185. OLE color: 10454185.

HSL color Cylindrical-coordinate representation of color #A9849F: hue angle of 316.22º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9849F is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB169132159-
CMYK00.220.060.34
HSL316.22º17.7%59.02%-
HSV(B)316.22º21.89%66.27%-
XYZ30.8727.4436.47-
YUV146.14135.26144.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 132 (51.95% from 255) = 28.70%
BLUE value IS 159 (62.5% from 255) = 34.57%
R=36.74%
G=28.70%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913215900.220.060.34316.2217.759.02
HexA9849F01662213c123b
Octal2512042370266424742273
Binary10101001100001001001111101011011010001010011110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9849F; }

 p { color: rgb(169,132,159); }

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

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

 a { background-color: rgb(169,132,159); }

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

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

 span { border-color: rgb(169,132,159); }

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