Html Css Color HEX #A5809F Bouquet

📋 copy color: '#A5809F'

red 165 ◦ green 128 ◦ blue 159

#A5809F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #A5809F

Tints of Bouquet #A5809F

RGB

 RED value IS 165 (64.84% from 255) = 36.5%

 GREEN value IS 128 (50.39% from 255) = 28.32%

 BLUE value IS 159 (62.5% from 255) = 35.18%

R = 36.5%
G = 28.32%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5809F (or 0xA5809F) is known color: Bouquet. HEX triplet: A5, 80 and 9F. RGB value is (165,128,159). Sum of RGB (Red+Green+Blue) = 165+128+159=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 165 - color contains mainly: red. Hex color #A5809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5809F is #5A7F60. Grayscale: #8E8E8E. Windows color (decimal): -5930849 or 10453157. OLE color: 10453157.

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

Color convert

RGB 165 128 159 -
CMYK 0 0.22 0.04 0.35
HSL 309.73º 0.17% 0.57% -
HSV(B) 309.73º 0.22% 0.65% -
XYZ 29.49 25.94 36.25 -
YUV 142.6 137.26 143.98 -
System Red Green Blue C M Y K H S L
Decimal 165 128 159 0 0.22 0.04 0.35 309.73 0.17 0.57
Hex A5 80 9F 0 16 4 23 136 11 39
Octal 245 200 237 0 26 4 43 466 21 71
Binary 10100101 10000000 10011111 0 10110 100 100011 100110110 10001 111001

Color Harmonies of #A5809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5809F

Black with #A5809F

Text Example


Text Example

White with #A5809F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5809F; }

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

 H1.HeaderClassName
 {
   color: #A5809F;
 }
 .AnyTagClassName
 {
   color: #A5809F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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