Html Css Color HEX #A57999 Bouquet

📋 copy color: '#A57999'

red 165 ◦ green 121 ◦ blue 153

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

Shades of Bouquet #A57999

Tints of Bouquet #A57999

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.56%

 BLUE value IS 153 (60.16% from 255) = 34.85%

R = 37.59%
G = 27.56%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A57999 (or 0xA57999) is known color: Bouquet. HEX triplet: A5, 79 and 99. RGB value is (165,121,153). Sum of RGB (Red+Green+Blue) = 165+121+153=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A57999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57999 is #5A8666. Grayscale: #898989. Windows color (decimal): -5932647 or 10058149. OLE color: 10058149.

HSL color Cylindrical-coordinate representation of color #A57999: hue angle of 316.36º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A57999 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 121 153 -
CMYK 0 0.27 0.07 0.35
HSL 316.36º 0.2% 0.56% -
HSV(B) 316.36º 0.27% 0.65% -
XYZ 28.1 23.97 33.28 -
YUV 137.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 165 121 153 0 0.27 0.07 0.35 316.36 0.2 0.56
Hex A5 79 99 0 1B 7 23 13C 14 38
Octal 245 171 231 0 33 7 43 474 24 70
Binary 10100101 1111001 10011001 0 11011 111 100011 100111100 10100 111000

Color Harmonies of #A57999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57999

Black with #A57999

Text Example


Text Example

White with #A57999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57999; }

 p { color: rgb(165,121,153); }

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

background-color css

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

 a { background-color: rgb(165,121,153); }

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

border-color css

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

 span { border-color: rgb(165,121,153); }

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