Html Css Color HEX #AD799D Bouquet

📋 copy color: '#AD799D'

red 173 ◦ green 121 ◦ blue 157

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

Shades of Bouquet #AD799D

Tints of Bouquet #AD799D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.83%

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

R = 38.36%
G = 26.83%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD799D (or 0xAD799D) is known color: Bouquet. HEX triplet: AD, 79 and 9D. RGB value is (173,121,157). Sum of RGB (Red+Green+Blue) = 173+121+157=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #AD799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD799D is #528662. Grayscale: #8C8C8C. Windows color (decimal): -5408355 or 10320301. OLE color: 10320301.

HSL color Cylindrical-coordinate representation of color #AD799D: hue angle of 318.46º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD799D is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 121 157 -
CMYK 0 0.30 0.09 0.32
HSL 318.46º 0.24% 0.58% -
HSV(B) 318.46º 0.3% 0.68% -
XYZ 30.16 24.99 35.13 -
YUV 140.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 173 121 157 0 0.30 0.09 0.32 318.46 0.24 0.58
Hex AD 79 9D 0 1E 9 20 13E 18 3A
Octal 255 171 235 0 36 11 40 476 30 72
Binary 10101101 1111001 10011101 0 11110 1001 100000 100111110 11000 111010

Color Harmonies of #AD799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD799D

Black with #AD799D

Text Example


Text Example

White with #AD799D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD799D; }

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

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

background-color css

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

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

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

border-color css

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

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

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