#A5809A

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

Shades of Bouquet #A5809A

Tints of Bouquet #A5809A

Color information

#A5809A (or 0xA5809A) is unknown color: approx Bouquet. HEX triplet: A5, 80 and 9A. RGB value is (165,128,154). Sum of RGB (Red+Green+Blue) = 165+128+154=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 165 - color contains mainly: red. Hex color #A5809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5809A is #5A7F65. Grayscale: #8D8D8D. Windows color (decimal): -5930854 or 10125477. OLE color: 10125477.

HSL color Cylindrical-coordinate representation of color #A5809A: hue angle of 317.84º 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 #A5809A is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB165128154-
CMYK00.220.070.35
HSL317.84º17.05%57.45%-
HSV(B)317.84º22.42%64.71%-
XYZ29.0725.7734.01-
YUV142.03134.76144.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 128 (50.39% from 255) = 28.64%
BLUE value IS 154 (60.55% from 255) = 34.45%
R=36.91%
G=28.64%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512815400.220.070.35317.8417.0557.45
HexA5809A01672313e1139
Octal2452002320267434762171
Binary10100101100000001001101001011011110001110011111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5809A; }

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

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

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

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

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

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

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

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