#AD6892

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

Shades of Bouquet #AD6892

Tints of Bouquet #AD6892

Color information

#AD6892 (or 0xAD6892) is unknown color: approx Bouquet. HEX triplet: AD, 68 and 92. RGB value is (173,104,146). Sum of RGB (Red+Green+Blue) = 173+104+146=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6892 is #52976D. Grayscale: #818181. Windows color (decimal): -5412718 or 9595053. OLE color: 9595053.

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

Color convert

RGB173104146-
CMYK00.400.160.32
HSL323.48º29.61%54.31%-
HSV(B)323.48º39.88%67.84%-
XYZ27.3720.8629.78-
YUV129.42137.36159.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=40.90%
G=24.59%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310414600.400.160.32323.4829.6154.31
HexAD689202810201431e36
Octal25515022205020405033666
Binary1010110111010001001001001010001000010000010100001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6892; }

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

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

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

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

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

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

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

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