#A8809A

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

Shades of Bouquet #A8809A

Tints of Bouquet #A8809A

Color information

#A8809A (or 0xA8809A) is unknown color: approx Bouquet. HEX triplet: A8, 80 and 9A. RGB value is (168,128,154). Sum of RGB (Red+Green+Blue) = 168+128+154=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 168 - color contains mainly: red. Hex color #A8809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8809A is #577F65. Grayscale: #8E8E8E. Windows color (decimal): -5734246 or 10125480. OLE color: 10125480.

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

Color convert

RGB168128154-
CMYK00.240.080.34
HSL321º18.69%58.04%-
HSV(B)321º23.81%65.88%-
XYZ29.726.134.04-
YUV142.92134.25145.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.33%
GREEN value IS 128 (50.39% from 255) = 28.44%
BLUE value IS 154 (60.55% from 255) = 34.22%
R=37.33%
G=28.44%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812815400.240.080.3432118.6958.04
HexA8809A018822141133a
Octal25020023203010425012372
Binary101010001000000010011010011000100010001010100000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8809A; }

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

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

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

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

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

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

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

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