#AD7099

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

Shades of Bouquet #AD7099

Tints of Bouquet #AD7099

Color information

#AD7099 (or 0xAD7099) is unknown color: approx Bouquet. HEX triplet: AD, 70 and 99. RGB value is (173,112,153). Sum of RGB (Red+Green+Blue) = 173+112+153=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7099 is #528F66. Grayscale: #868686. Windows color (decimal): -5410663 or 10055853. OLE color: 10055853.

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

Color convert

RGB173112153-
CMYK00.350.120.32
HSL319.67º27.11%55.88%-
HSV(B)319.67º35.26%67.84%-
XYZ28.7822.7733.02-
YUV134.91138.21155.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.50%
GREEN value IS 112 (44.14% from 255) = 25.57%
BLUE value IS 153 (60.16% from 255) = 34.93%
R=39.50%
G=25.57%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311215300.350.120.32319.6727.1155.88
HexAD7099023C201401b38
Octal25516023104314405003370
Binary101011011110000100110010100011110010000010100000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7099; }

 p { color: rgb(173,112,153); }

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

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

 a { background-color: rgb(173,112,153); }

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

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

 span { border-color: rgb(173,112,153); }

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