Html Css Color HEX #AD7497 Bouquet

📋 copy color: '#AD7497'

red 173 ◦ green 116 ◦ blue 151

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

Shades of Bouquet #AD7497

Tints of Bouquet #AD7497

RGB

 RED value IS 173 (67.97% from 255) = 39.32%

 GREEN value IS 116 (45.7% from 255) = 26.36%

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

R = 39.32%
G = 26.36%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD7497 (or 0xAD7497) is known color: Bouquet. HEX triplet: AD, 74 and 97. RGB value is (173,116,151). Sum of RGB (Red+Green+Blue) = 173+116+151=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7497 is #528B68. Grayscale: #888888. Windows color (decimal): -5409641 or 9925805. OLE color: 9925805.

HSL color Cylindrical-coordinate representation of color #AD7497: hue angle of 323.16º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD7497 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 116 151 -
CMYK 0 0.33 0.13 0.32
HSL 323.16º 0.26% 0.57% -
HSV(B) 323.16º 0.33% 0.68% -
XYZ 29.06 23.61 32.3 -
YUV 137.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 173 116 151 0 0.33 0.13 0.32 323.16 0.26 0.57
Hex AD 74 97 0 21 D 20 143 1A 39
Octal 255 164 227 0 41 15 40 503 32 71
Binary 10101101 1110100 10010111 0 100001 1101 100000 101000011 11010 111001

Color Harmonies of #AD7497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7497

Black with #AD7497

Text Example


Text Example

White with #AD7497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7497; }

 p { color: rgb(173,116,151); }

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

background-color css

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

 a { background-color: rgb(173,116,151); }

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

border-color css

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

 span { border-color: rgb(173,116,151); }

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