#AD709D

Color #AD709D Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AD709D

Tints of Bouquet #AD709D

Color information

#AD709D (or 0xAD709D) is unknown color: approx 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

RGB173112157-
CMYK00.350.090.32
HSL315.74º27.11%55.88%-
HSV(B)315.74º35.26%67.84%-
XYZ29.1122.9134.79-
YUV135.37140.21154.84-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311215700.350.090.32315.7427.1155.88
HexAD709D02392013c1b38
Octal25516023504311404743370
Binary101011011110000100111010100011100110000010011110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>