Html Css Color HEX #AD769E Bouquet

📋 copy color: '#AD769E'

red 173 ◦ green 118 ◦ blue 158

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

Shades of Bouquet #AD769E

Tints of Bouquet #AD769E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.28%

 BLUE value IS 158 (62.11% from 255) = 35.19%

R = 38.53%
G = 26.28%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD769E (or 0xAD769E) is known color: Bouquet. HEX triplet: AD, 76 and 9E. RGB value is (173,118,158). Sum of RGB (Red+Green+Blue) = 173+118+158=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD769E is #528961. Grayscale: #8A8A8A. Windows color (decimal): -5409122 or 10385069. OLE color: 10385069.

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

Color convert

RGB 173 118 158 -
CMYK 0 0.32 0.09 0.32
HSL 316.36º 0.25% 0.57% -
HSV(B) 316.36º 0.32% 0.68% -
XYZ 29.88 24.31 35.46 -
YUV 139.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 173 118 158 0 0.32 0.09 0.32 316.36 0.25 0.57
Hex AD 76 9E 0 20 9 20 13C 19 39
Octal 255 166 236 0 40 11 40 474 31 71
Binary 10101101 1110110 10011110 0 100000 1001 100000 100111100 11001 111001

Color Harmonies of #AD769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD769E

Black with #AD769E

Text Example


Text Example

White with #AD769E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD769E; }

 p { color: rgb(173,118,158); }

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

background-color css

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

 a { background-color: rgb(173,118,158); }

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

border-color css

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

 span { border-color: rgb(173,118,158); }

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