Html Css Color HEX #AD749D Bouquet

📋 copy color: '#AD749D'

red 173 ◦ green 116 ◦ blue 157

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

Shades of Bouquet #AD749D

Tints of Bouquet #AD749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.2%

R = 38.79%
G = 26.01%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD749D (or 0xAD749D) is known color: Bouquet. HEX triplet: AD, 74 and 9D. RGB value is (173,116,157). Sum of RGB (Red+Green+Blue) = 173+116+157=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD749D is #528B62. Grayscale: #898989. Windows color (decimal): -5409635 or 10319021. OLE color: 10319021.

HSL color Cylindrical-coordinate representation of color #AD749D: hue angle of 316.84º 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 #AD749D is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 116 157 -
CMYK 0 0.33 0.09 0.32
HSL 316.84º 0.26% 0.57% -
HSV(B) 316.84º 0.33% 0.68% -
XYZ 29.56 23.81 34.94 -
YUV 137.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 173 116 157 0 0.33 0.09 0.32 316.84 0.26 0.57
Hex AD 74 9D 0 21 9 20 13D 1A 39
Octal 255 164 235 0 41 11 40 475 32 71
Binary 10101101 1110100 10011101 0 100001 1001 100000 100111101 11010 111001

Color Harmonies of #AD749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD749D

Black with #AD749D

Text Example


Text Example

White with #AD749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD749D; }

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

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

background-color css

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

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

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

border-color css

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

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

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