#AD799D

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

Shades of Bouquet #AD799D

Tints of Bouquet #AD799D

Color information

#AD799D (or 0xAD799D) is unknown color: approx Bouquet. HEX triplet: AD, 79 and 9D. RGB value is (173,121,157). Sum of RGB (Red+Green+Blue) = 173+121+157=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #AD799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD799D is #528662. Grayscale: #8C8C8C. Windows color (decimal): -5408355 or 10320301. OLE color: 10320301.

HSL color Cylindrical-coordinate representation of color #AD799D: hue angle of 318.46º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD799D is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB173121157-
CMYK00.300.090.32
HSL318.46º24.07%57.65%-
HSV(B)318.46º30.06%67.84%-
XYZ30.1624.9935.13-
YUV140.65137.23151.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.36%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 157 (61.72% from 255) = 34.81%
R=38.36%
G=26.83%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312115700.300.090.32318.4624.0757.65
HexAD799D01E92013e183a
Octal25517123503611404763072
Binary10101101111100110011101011110100110000010011111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD799D; }

 p { color: rgb(173,121,157); }

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

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

 a { background-color: rgb(173,121,157); }

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

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

 span { border-color: rgb(173,121,157); }

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