Html Css Color HEX #AD79A1 Bouquet

📋 copy color: '#AD79A1'

red 173 ◦ green 121 ◦ blue 161

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

Shades of Bouquet #AD79A1

Tints of Bouquet #AD79A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.38%

R = 38.02%
G = 26.59%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AD79A1 (or 0xAD79A1) is known color: Bouquet. HEX triplet: AD, 79 and A1. RGB value is (173,121,161). Sum of RGB (Red+Green+Blue) = 173+121+161=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD79A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD79A1 is #52865E. Grayscale: #8D8D8D. Windows color (decimal): -5408351 or 10582445. OLE color: 10582445.

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

Color convert

RGB 173 121 161 -
CMYK 0 0.30 0.07 0.32
HSL 313.85º 0.24% 0.58% -
HSV(B) 313.85º 0.3% 0.68% -
XYZ 30.5 25.13 36.96 -
YUV 141.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 173 121 161 0 0.30 0.07 0.32 313.85 0.24 0.58
Hex AD 79 A1 0 1E 7 20 13A 18 3A
Octal 255 171 241 0 36 7 40 472 30 72
Binary 10101101 1111001 10100001 0 11110 111 100000 100111010 11000 111010

Color Harmonies of #AD79A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD79A1

Black with #AD79A1

Text Example


Text Example

White with #AD79A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD79A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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