#A5809E

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

Shades of Bouquet #A5809E

Tints of Bouquet #A5809E

Color information

#A5809E (or 0xA5809E) is unknown color: approx Bouquet. HEX triplet: A5, 80 and 9E. RGB value is (165,128,158). Sum of RGB (Red+Green+Blue) = 165+128+158=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 165 - color contains mainly: red. Hex color #A5809E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5809E is #5A7F61. Grayscale: #8E8E8E. Windows color (decimal): -5930850 or 10387621. OLE color: 10387621.

HSL color Cylindrical-coordinate representation of color #A5809E: hue angle of 311.35º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5809E is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB165128158-
CMYK00.220.040.35
HSL311.35º17.05%57.45%-
HSV(B)311.35º22.42%64.71%-
XYZ29.4125.9135.8-
YUV142.48136.76144.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.59%
GREEN value IS 128 (50.39% from 255) = 28.38%
BLUE value IS 158 (62.11% from 255) = 35.03%
R=36.59%
G=28.38%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512815800.220.040.35311.3517.0557.45
HexA5809E0164231371139
Octal2452002360264434672171
Binary10100101100000001001111001011010010001110011011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5809E; }

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

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

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

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

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

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

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

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