#A5809D

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

Shades of Bouquet #A5809D

Tints of Bouquet #A5809D

Color information

#A5809D (or 0xA5809D) is unknown color: approx Bouquet. HEX triplet: A5, 80 and 9D. RGB value is (165,128,157). Sum of RGB (Red+Green+Blue) = 165+128+157=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 165 - color contains mainly: red. Hex color #A5809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5809D is #5A7F62. Grayscale: #8E8E8E. Windows color (decimal): -5930851 or 10322085. OLE color: 10322085.

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

Color convert

RGB165128157-
CMYK00.220.050.35
HSL312.97º17.05%57.45%-
HSV(B)312.97º22.42%64.71%-
XYZ29.3225.8735.35-
YUV142.37136.26144.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.67%
GREEN value IS 128 (50.39% from 255) = 28.44%
BLUE value IS 157 (61.72% from 255) = 34.89%
R=36.67%
G=28.44%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512815700.220.050.35312.9717.0557.45
HexA5809D0165231391139
Octal2452002350265434712171
Binary10100101100000001001110101011010110001110011100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5809D; }

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

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

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

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

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

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

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

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