#A8809E

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

Shades of Bouquet #A8809E

Tints of Bouquet #A8809E

Color information

#A8809E (or 0xA8809E) is unknown color: approx Bouquet. HEX triplet: A8, 80 and 9E. RGB value is (168,128,158). Sum of RGB (Red+Green+Blue) = 168+128+158=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 168 - color contains mainly: red. Hex color #A8809E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8809E is #577F61. Grayscale: #8F8F8F. Windows color (decimal): -5734242 or 10387624. OLE color: 10387624.

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

Color convert

RGB168128158-
CMYK00.240.060.34
HSL315º18.69%58.04%-
HSV(B)315º23.81%65.88%-
XYZ30.0426.2335.83-
YUV143.38136.25145.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.00%
GREEN value IS 128 (50.39% from 255) = 28.19%
BLUE value IS 158 (62.11% from 255) = 34.80%
R=37.00%
G=28.19%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812815800.240.060.3431518.6958.04
HexA8809E01862213b133a
Octal2502002360306424732372
Binary10101000100000001001111001100011010001010011101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8809E; }

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

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

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

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

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

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

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

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