Html Css Color HEX #A57497 Bouquet

📋 copy color: '#A57497'

red 165 ◦ green 116 ◦ blue 151

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

Shades of Bouquet #A57497

Tints of Bouquet #A57497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.85%

 BLUE value IS 151 (59.38% from 255) = 34.95%

R = 38.19%
G = 26.85%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A57497 (or 0xA57497) is known color: Bouquet. HEX triplet: A5, 74 and 97. RGB value is (165,116,151). Sum of RGB (Red+Green+Blue) = 165+116+151=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A57497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57497 is #5A8B68. Grayscale: #868686. Windows color (decimal): -5933929 or 9925797. OLE color: 9925797.

HSL color Cylindrical-coordinate representation of color #A57497: hue angle of 317.14º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57497 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 116 151 -
CMYK 0 0.30 0.08 0.35
HSL 317.14º 0.21% 0.55% -
HSV(B) 317.14º 0.3% 0.65% -
XYZ 27.35 22.72 32.22 -
YUV 134.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 165 116 151 0 0.30 0.08 0.35 317.14 0.21 0.55
Hex A5 74 97 0 1E 8 23 13D 15 37
Octal 245 164 227 0 36 10 43 475 25 67
Binary 10100101 1110100 10010111 0 11110 1000 100011 100111101 10101 110111

Color Harmonies of #A57497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57497

Black with #A57497

Text Example


Text Example

White with #A57497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57497; }

 p { color: rgb(165,116,151); }

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

background-color css

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

 a { background-color: rgb(165,116,151); }

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

border-color css

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

 span { border-color: rgb(165,116,151); }

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