Html Css Color HEX #A57097 Bouquet

📋 copy color: '#A57097'

red 165 ◦ green 112 ◦ blue 151

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

Shades of Bouquet #A57097

Tints of Bouquet #A57097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.17%

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

R = 38.55%
G = 26.17%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A57097 (or 0xA57097) is known color: Bouquet. HEX triplet: A5, 70 and 97. RGB value is (165,112,151). Sum of RGB (Red+Green+Blue) = 165+112+151=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A57097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57097 is #5A8F68. Grayscale: #848484. Windows color (decimal): -5934953 or 9924773. OLE color: 9924773.

HSL color Cylindrical-coordinate representation of color #A57097: hue angle of 315.85º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57097 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 112 151 -
CMYK 0 0.32 0.08 0.35
HSL 315.85º 0.23% 0.54% -
HSV(B) 315.85º 0.32% 0.65% -
XYZ 26.9 21.82 32.07 -
YUV 132.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 165 112 151 0 0.32 0.08 0.35 315.85 0.23 0.54
Hex A5 70 97 0 20 8 23 13C 17 36
Octal 245 160 227 0 40 10 43 474 27 66
Binary 10100101 1110000 10010111 0 100000 1000 100011 100111100 10111 110110

Color Harmonies of #A57097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57097

Black with #A57097

Text Example


Text Example

White with #A57097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57097; }

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

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

background-color css

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

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

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

border-color css

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

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

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