#AD7E93

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

Shades of Bouquet #AD7E93

Tints of Bouquet #AD7E93

Color information

#AD7E93 (or 0xAD7E93) is unknown color: approx Bouquet. HEX triplet: AD, 7E and 93. RGB value is (173,126,147). Sum of RGB (Red+Green+Blue) = 173+126+147=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7E93 is #52816C. Grayscale: #8E8E8E. Windows color (decimal): -5407085 or 9666221. OLE color: 9666221.

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

Color convert

RGB173126147-
CMYK00.270.150.32
HSL333.19º22.27%58.63%-
HSV(B)333.19º27.17%67.84%-
XYZ29.9625.9131.03-
YUV142.45130.57149.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 126 (49.61% from 255) = 28.25%
BLUE value IS 147 (57.81% from 255) = 32.96%
R=38.79%
G=28.25%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312614700.270.150.32333.1922.2758.63
HexAD7E9301BF2014d163b
Octal25517622303317405152673
Binary10101101111111010010011011011111110000010100110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7E93; }

 p { color: rgb(173,126,147); }

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

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

 a { background-color: rgb(173,126,147); }

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

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

 span { border-color: rgb(173,126,147); }

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