Html Css Color HEX #AD6497 Bouquet

📋 copy color: '#AD6497'

red 173 ◦ green 100 ◦ blue 151

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

Shades of Bouquet #AD6497

Tints of Bouquet #AD6497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.58%

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

R = 40.8%
G = 23.58%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD6497 (or 0xAD6497) is known color: Bouquet. HEX triplet: AD, 64 and 97. RGB value is (173,100,151). Sum of RGB (Red+Green+Blue) = 173+100+151=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6497 is #529B68. Grayscale: #7F7F7F. Windows color (decimal): -5413737 or 9921709. OLE color: 9921709.

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

Color convert

RGB 173 100 151 -
CMYK 0 0.42 0.13 0.32
HSL 318.08º 0.31% 0.54% -
HSV(B) 318.08º 0.42% 0.68% -
XYZ 27.38 20.23 31.74 -
YUV 127.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 173 100 151 0 0.42 0.13 0.32 318.08 0.31 0.54
Hex AD 64 97 0 2A D 20 13E 1F 36
Octal 255 144 227 0 52 15 40 476 37 66
Binary 10101101 1100100 10010111 0 101010 1101 100000 100111110 11111 110110

Color Harmonies of #AD6497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6497

Black with #AD6497

Text Example


Text Example

White with #AD6497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6497; }

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

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

background-color css

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

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

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

border-color css

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

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

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