#AD749F

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

Shades of Bouquet #AD749F

Tints of Bouquet #AD749F

Color information

#AD749F (or 0xAD749F) is unknown color: approx Bouquet. HEX triplet: AD, 74 and 9F. RGB value is (173,116,159). Sum of RGB (Red+Green+Blue) = 173+116+159=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD749F is #528B60. Grayscale: #898989. Windows color (decimal): -5409633 or 10450093. OLE color: 10450093.

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

Color convert

RGB173116159-
CMYK00.330.080.32
HSL314.74º25.79%56.67%-
HSV(B)314.74º32.95%67.84%-
XYZ29.7423.8835.84-
YUV137.94139.88153-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 159 (62.5% from 255) = 35.49%
R=38.62%
G=25.89%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311615900.330.080.32314.7425.7956.67
HexAD749F02182013b1a39
Octal25516423704110404733271
Binary101011011110100100111110100001100010000010011101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD749F; }

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

 H1.HeaderClassName
 {
   color: #AD749F;
 }
 .AnyTagClassName
 {
   color: #AD749F;
 }
</style>
background-color css

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

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

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

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

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

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