#AD6899

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

Shades of Bouquet #AD6899

Tints of Bouquet #AD6899

Color information

#AD6899 (or 0xAD6899) is unknown color: approx Bouquet. HEX triplet: AD, 68 and 99. RGB value is (173,104,153). Sum of RGB (Red+Green+Blue) = 173+104+153=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6899 is #529766. Grayscale: #828282. Windows color (decimal): -5412711 or 10053805. OLE color: 10053805.

HSL color Cylindrical-coordinate representation of color #AD6899: hue angle of 317.39º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD6899 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB173104153-
CMYK00.400.120.32
HSL317.39º29.61%54.31%-
HSV(B)317.39º39.88%67.84%-
XYZ27.9321.0832.73-
YUV130.22140.86158.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.23%
GREEN value IS 104 (41.02% from 255) = 24.19%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=40.23%
G=24.19%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310415300.400.120.32317.3929.6154.31
HexAD6899028C2013d1e36
Octal25515023105014404753666
Binary101011011101000100110010101000110010000010011110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6899; }

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

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

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

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

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

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

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

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