Html Css Color HEX #A97098 Bouquet

📋 copy color: '#A97098'

red 169 ◦ green 112 ◦ blue 152

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

Shades of Bouquet #A97098

Tints of Bouquet #A97098

RGB

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

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

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

R = 39.03%
G = 25.87%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A97098 (or 0xA97098) is known color: Bouquet. HEX triplet: A9, 70 and 98. RGB value is (169,112,152). Sum of RGB (Red+Green+Blue) = 169+112+152=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A97098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97098 is #568F67. Grayscale: #858585. Windows color (decimal): -5672808 or 9990313. OLE color: 9990313.

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

Color convert

RGB 169 112 152 -
CMYK 0 0.34 0.10 0.34
HSL 317.89º 0.25% 0.55% -
HSV(B) 317.89º 0.34% 0.66% -
XYZ 27.82 22.29 32.54 -
YUV 133.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 169 112 152 0 0.34 0.10 0.34 317.89 0.25 0.55
Hex A9 70 98 0 22 A 22 13E 19 37
Octal 251 160 230 0 42 12 42 476 31 67
Binary 10101001 1110000 10011000 0 100010 1010 100010 100111110 11001 110111

Color Harmonies of #A97098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97098

Black with #A97098

Text Example


Text Example

White with #A97098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97098; }

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

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

background-color css

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

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

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

border-color css

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

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

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