#AD78A0

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

Shades of Bouquet #AD78A0

Tints of Bouquet #AD78A0

Color information

#AD78A0 (or 0xAD78A0) is unknown color: approx Bouquet. HEX triplet: AD, 78 and A0. RGB value is (173,120,160). Sum of RGB (Red+Green+Blue) = 173+120+160=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD78A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD78A0 is #52875F. Grayscale: #8C8C8C. Windows color (decimal): -5408608 or 10516653. OLE color: 10516653.

HSL color Cylindrical-coordinate representation of color #AD78A0: hue angle of 314.72º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD78A0 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB173120160-
CMYK00.310.080.32
HSL314.72º24.42%57.45%-
HSV(B)314.72º30.64%67.84%-
XYZ30.324.8636.46-
YUV140.41139.06151.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 120 (47.27% from 255) = 26.49%
BLUE value IS 160 (62.89% from 255) = 35.32%
R=38.19%
G=26.49%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312016000.310.080.32314.7224.4257.45
HexAD78A001F82013b1839
Octal25517024003710404733071
Binary10101101111100010100000011111100010000010011101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD78A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD78A0; }

 p { color: rgb(173,120,160); }

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

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

 a { background-color: rgb(173,120,160); }

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

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

 span { border-color: rgb(173,120,160); }

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