#A0809E

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

Shades of Bouquet #A0809E

Tints of Bouquet #A0809E

Color information

#A0809E (or 0xA0809E) is unknown color: approx Bouquet. HEX triplet: A0, 80 and 9E. RGB value is (160,128,158). Sum of RGB (Red+Green+Blue) = 160+128+158=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 160 - color contains mainly: red. Hex color #A0809E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0809E is #5F7F61. Grayscale: #8C8C8C. Windows color (decimal): -6258530 or 10387616. OLE color: 10387616.

HSL color Cylindrical-coordinate representation of color #A0809E: hue angle of 303.75º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0809E is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB160128158-
CMYK00.200.010.37
HSL303.75º14.41%56.47%-
HSV(B)303.75º20%62.75%-
XYZ28.3925.3835.75-
YUV140.99137.6141.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.87%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 158 (62.11% from 255) = 35.43%
R=35.87%
G=28.70%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012815800.200.010.37303.7514.4156.47
HexA0809E014125130e38
Octal2402002360241454601670
Binary10100000100000001001111001010011001011001100001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0809E; }

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

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

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

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

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

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

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

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