Html Css Color HEX #AD769F Bouquet

📋 copy color: '#AD769F'

red 173 ◦ green 118 ◦ blue 159

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

Shades of Bouquet #AD769F

Tints of Bouquet #AD769F

RGB

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

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

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

R = 38.44%
G = 26.22%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD769F (or 0xAD769F) is known color: Bouquet. HEX triplet: AD, 76 and 9F. RGB value is (173,118,159). Sum of RGB (Red+Green+Blue) = 173+118+159=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD769F is #528960. Grayscale: #8B8B8B. Windows color (decimal): -5409121 or 10450605. OLE color: 10450605.

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

Color convert

RGB 173 118 159 -
CMYK 0 0.32 0.08 0.32
HSL 315.27º 0.25% 0.57% -
HSV(B) 315.27º 0.32% 0.68% -
XYZ 29.97 24.34 35.92 -
YUV 139.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 173 118 159 0 0.32 0.08 0.32 315.27 0.25 0.57
Hex AD 76 9F 0 20 8 20 13B 19 39
Octal 255 166 237 0 40 10 40 473 31 71
Binary 10101101 1110110 10011111 0 100000 1000 100000 100111011 11001 111001

Color Harmonies of #AD769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD769F

Black with #AD769F

Text Example


Text Example

White with #AD769F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD769F; }

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

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

background-color css

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

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

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

border-color css

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

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

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