Html Css Color HEX #A97D98 Bouquet

📋 copy color: '#A97D98'

red 169 ◦ green 125 ◦ blue 152

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

Shades of Bouquet #A97D98

Tints of Bouquet #A97D98

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.03%

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

R = 37.89%
G = 28.03%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A97D98 (or 0xA97D98) is known color: Bouquet. HEX triplet: A9, 7D and 98. RGB value is (169,125,152). Sum of RGB (Red+Green+Blue) = 169+125+152=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97D98 is #568267. Grayscale: #8D8D8D. Windows color (decimal): -5669480 or 9993641. OLE color: 9993641.

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

Color convert

RGB 169 125 152 -
CMYK 0 0.26 0.10 0.34
HSL 323.18º 0.2% 0.58% -
HSV(B) 323.18º 0.26% 0.66% -
XYZ 29.36 25.37 33.05 -
YUV 141.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 169 125 152 0 0.26 0.10 0.34 323.18 0.2 0.58
Hex A9 7D 98 0 1A A 22 143 14 3A
Octal 251 175 230 0 32 12 42 503 24 72
Binary 10101001 1111101 10011000 0 11010 1010 100010 101000011 10100 111010

Color Harmonies of #A97D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97D98

Black with #A97D98

Text Example


Text Example

White with #A97D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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