Html Css Color HEX #AD709D Bouquet

📋 copy color: '#AD709D'

red 173 ◦ green 112 ◦ blue 157

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

Shades of Bouquet #AD709D

Tints of Bouquet #AD709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.34%

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

R = 39.14%
G = 25.34%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD709D (or 0xAD709D) is known color: Bouquet. HEX triplet: AD, 70 and 9D. RGB value is (173,112,157). Sum of RGB (Red+Green+Blue) = 173+112+157=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD709D is #528F62. Grayscale: #878787. Windows color (decimal): -5410659 or 10317997. OLE color: 10317997.

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

Color convert

RGB 173 112 157 -
CMYK 0 0.35 0.09 0.32
HSL 315.74º 0.27% 0.56% -
HSV(B) 315.74º 0.35% 0.68% -
XYZ 29.11 22.91 34.79 -
YUV 135.37 140.21 154.84 -
System Red Green Blue C M Y K H S L
Decimal 173 112 157 0 0.35 0.09 0.32 315.74 0.27 0.56
Hex AD 70 9D 0 23 9 20 13C 1B 38
Octal 255 160 235 0 43 11 40 474 33 70
Binary 10101101 1110000 10011101 0 100011 1001 100000 100111100 11011 111000

Color Harmonies of #AD709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD709D

Black with #AD709D

Text Example


Text Example

White with #AD709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD709D; }

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

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

background-color css

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

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

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

border-color css

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

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

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