Html Css Color HEX #AD749F Bouquet

📋 copy color: '#AD749F'

red 173 ◦ green 116 ◦ blue 159

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

Shades of Bouquet #AD749F

Tints of Bouquet #AD749F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.49%

R = 38.62%
G = 25.89%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD749F (or 0xAD749F) is known color: Bouquet. HEX triplet: AD, 74 and 9F. RGB value is (173,116,159). Sum of RGB (Red+Green+Blue) = 173+116+159=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD749F is #528B60. Grayscale: #898989. Windows color (decimal): -5409633 or 10450093. OLE color: 10450093.

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

Color convert

RGB 173 116 159 -
CMYK 0 0.33 0.08 0.32
HSL 314.74º 0.26% 0.57% -
HSV(B) 314.74º 0.33% 0.68% -
XYZ 29.74 23.88 35.84 -
YUV 137.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 173 116 159 0 0.33 0.08 0.32 314.74 0.26 0.57
Hex AD 74 9F 0 21 8 20 13B 1A 39
Octal 255 164 237 0 41 10 40 473 32 71
Binary 10101101 1110100 10011111 0 100001 1000 100000 100111011 11010 111001

Color Harmonies of #AD749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD749F

Black with #AD749F

Text Example


Text Example

White with #AD749F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD749F; }

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

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

background-color css

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

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

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

border-color css

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

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

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