#A8849A

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

Shades of Bouquet #A8849A

Tints of Bouquet #A8849A

Color information

#A8849A (or 0xA8849A) is unknown color: approx Bouquet. HEX triplet: A8, 84 and 9A. RGB value is (168,132,154). Sum of RGB (Red+Green+Blue) = 168+132+154=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 168 - color contains mainly: red. Hex color #A8849A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8849A is #577B65. Grayscale: #919191. Windows color (decimal): -5733222 or 10126504. OLE color: 10126504.

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

Color convert

RGB168132154-
CMYK00.210.080.34
HSL323.33º17.14%58.82%-
HSV(B)323.33º21.43%65.88%-
XYZ30.2327.1634.22-
YUV145.27132.93144.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.00%
GREEN value IS 132 (51.95% from 255) = 29.07%
BLUE value IS 154 (60.55% from 255) = 33.92%
R=37.00%
G=29.07%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813215400.210.080.34323.3317.1458.82
HexA8849A015822143113b
Octal25020423202510425032173
Binary101010001000010010011010010101100010001010100001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8849A; }

 p { color: rgb(168,132,154); }

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

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

 a { background-color: rgb(168,132,154); }

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

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

 span { border-color: rgb(168,132,154); }

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