Html Css Color HEX #A5809A Bouquet

📋 copy color: '#A5809A'

red 165 ◦ green 128 ◦ blue 154

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

Shades of Bouquet #A5809A

Tints of Bouquet #A5809A

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 value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A5809A (or 0xA5809A) is known color: 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

RGB 165 128 154 -
CMYK 0 0.22 0.07 0.35
HSL 317.84º 0.17% 0.57% -
HSV(B) 317.84º 0.22% 0.65% -
XYZ 29.07 25.77 34.01 -
YUV 142.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 165 128 154 0 0.22 0.07 0.35 317.84 0.17 0.57
Hex A5 80 9A 0 16 7 23 13E 11 39
Octal 245 200 232 0 26 7 43 476 21 71
Binary 10100101 10000000 10011010 0 10110 111 100011 100111110 10001 111001

Color Harmonies of #A5809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5809A

Black with #A5809A

Text Example


Text Example

White with #A5809A

Text Example


Text Example

HTML Codes & Css Web 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>