#AD749E

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

Shades of Bouquet #AD749E

Tints of Bouquet #AD749E

Color information

#AD749E (or 0xAD749E) is unknown color: approx Bouquet. HEX triplet: AD, 74 and 9E. RGB value is (173,116,158). Sum of RGB (Red+Green+Blue) = 173+116+158=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD749E is #528B61. Grayscale: #898989. Windows color (decimal): -5409634 or 10384557. OLE color: 10384557.

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

Color convert

RGB173116158-
CMYK00.330.090.32
HSL315.79º25.79%56.67%-
HSV(B)315.79º32.95%67.84%-
XYZ29.6523.8435.39-
YUV137.83139.38153.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 158 (62.11% from 255) = 35.35%
R=38.70%
G=25.95%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311615800.330.090.32315.7925.7956.67
HexAD749E02192013c1a39
Octal25516423604111404743271
Binary101011011110100100111100100001100110000010011110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD749E; }

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

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

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

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

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

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

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

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