Html Css Color HEX #AD749B Bouquet

📋 copy color: '#AD749B'

red 173 ◦ green 116 ◦ blue 155

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

Shades of Bouquet #AD749B

Tints of Bouquet #AD749B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.91%

R = 38.96%
G = 26.13%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD749B (or 0xAD749B) is known color: Bouquet. HEX triplet: AD, 74 and 9B. RGB value is (173,116,155). Sum of RGB (Red+Green+Blue) = 173+116+155=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD749B is #528B64. Grayscale: #898989. Windows color (decimal): -5409637 or 10187949. OLE color: 10187949.

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

Color convert

RGB 173 116 155 -
CMYK 0 0.33 0.10 0.32
HSL 318.95º 0.26% 0.57% -
HSV(B) 318.95º 0.33% 0.68% -
XYZ 29.4 23.74 34.04 -
YUV 137.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 173 116 155 0 0.33 0.10 0.32 318.95 0.26 0.57
Hex AD 74 9B 0 21 A 20 13F 1A 39
Octal 255 164 233 0 41 12 40 477 32 71
Binary 10101101 1110100 10011011 0 100001 1010 100000 100111111 11010 111001

Color Harmonies of #AD749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD749B

Black with #AD749B

Text Example


Text Example

White with #AD749B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD749B; }

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

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

background-color css

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

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

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

border-color css

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

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

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