#AD7C93

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

Shades of Bouquet #AD7C93

Tints of Bouquet #AD7C93

Color information

#AD7C93 (or 0xAD7C93) is unknown color: approx Bouquet. HEX triplet: AD, 7C and 93. RGB value is (173,124,147). Sum of RGB (Red+Green+Blue) = 173+124+147=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7C93 is #52836C. Grayscale: #8D8D8D. Windows color (decimal): -5407597 or 9665709. OLE color: 9665709.

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

Color convert

RGB173124147-
CMYK00.280.150.32
HSL331.84º23%58.24%-
HSV(B)331.84º28.32%67.84%-
XYZ29.7125.4130.94-
YUV141.27131.23150.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 124 (48.83% from 255) = 27.93%
BLUE value IS 147 (57.81% from 255) = 33.11%
R=38.96%
G=27.93%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312414700.280.150.32331.842358.24
HexAD7C9301CF2014c173a
Octal25517422303417405142772
Binary10101101111110010010011011100111110000010100110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7C93; }

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

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

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

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

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

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

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

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