Html Css Color HEX #A57299 Bouquet

📋 copy color: '#A57299'

red 165 ◦ green 114 ◦ blue 153

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

Shades of Bouquet #A57299

Tints of Bouquet #A57299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.39%

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

R = 38.19%
G = 26.39%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A57299 (or 0xA57299) is known color: Bouquet. HEX triplet: A5, 72 and 99. RGB value is (165,114,153). Sum of RGB (Red+Green+Blue) = 165+114+153=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A57299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57299 is #5A8D66. Grayscale: #858585. Windows color (decimal): -5934439 or 10056357. OLE color: 10056357.

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

Color convert

RGB 165 114 153 -
CMYK 0 0.31 0.07 0.35
HSL 314.12º 0.22% 0.55% -
HSV(B) 314.12º 0.31% 0.65% -
XYZ 27.28 22.33 33.01 -
YUV 133.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 165 114 153 0 0.31 0.07 0.35 314.12 0.22 0.55
Hex A5 72 99 0 1F 7 23 13A 16 37
Octal 245 162 231 0 37 7 43 472 26 67
Binary 10100101 1110010 10011001 0 11111 111 100011 100111010 10110 110111

Color Harmonies of #A57299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57299

Black with #A57299

Text Example


Text Example

White with #A57299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57299; }

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

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

background-color css

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

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

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

border-color css

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

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

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