Html Css Color HEX #A97698 Bouquet

📋 copy color: '#A97698'

red 169 ◦ green 118 ◦ blue 152

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

Shades of Bouquet #A97698

Tints of Bouquet #A97698

RGB

 RED value IS 169 (66.41% from 255) = 38.5%

 GREEN value IS 118 (46.48% from 255) = 26.88%

 BLUE value IS 152 (59.77% from 255) = 34.62%

R = 38.5%
G = 26.88%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A97698 (or 0xA97698) is known color: Bouquet. HEX triplet: A9, 76 and 98. RGB value is (169,118,152). Sum of RGB (Red+Green+Blue) = 169+118+152=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A97698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97698 is #568967. Grayscale: #898989. Windows color (decimal): -5671272 or 9991849. OLE color: 9991849.

HSL color Cylindrical-coordinate representation of color #A97698: hue angle of 320º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A97698 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 118 152 -
CMYK 0 0.30 0.10 0.34
HSL 320º 0.23% 0.56% -
HSV(B) 320º 0.3% 0.66% -
XYZ 28.51 23.66 32.77 -
YUV 137.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 169 118 152 0 0.30 0.10 0.34 320 0.23 0.56
Hex A9 76 98 0 1E A 22 140 17 38
Octal 251 166 230 0 36 12 42 500 27 70
Binary 10101001 1110110 10011000 0 11110 1010 100010 101000000 10111 111000

Color Harmonies of #A97698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97698

Black with #A97698

Text Example


Text Example

White with #A97698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97698; }

 p { color: rgb(169,118,152); }

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

background-color css

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

 a { background-color: rgb(169,118,152); }

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

border-color css

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

 span { border-color: rgb(169,118,152); }

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