#AD74A0

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

Shades of Bouquet #AD74A0

Tints of Bouquet #AD74A0

Color information

#AD74A0 (or 0xAD74A0) is unknown color: approx Bouquet. HEX triplet: AD, 74 and A0. RGB value is (173,116,160). Sum of RGB (Red+Green+Blue) = 173+116+160=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD74A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD74A0 is #528B5F. Grayscale: #898989. Windows color (decimal): -5409632 or 10515629. OLE color: 10515629.

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

Color convert

RGB173116160-
CMYK00.330.080.32
HSL313.68º25.79%56.67%-
HSV(B)313.68º32.95%67.84%-
XYZ29.8223.9136.3-
YUV138.06140.38152.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 116 (45.70% from 255) = 25.84%
BLUE value IS 160 (62.89% from 255) = 35.63%
R=38.53%
G=25.84%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311616000.330.080.32313.6825.7956.67
HexAD74A002182013a1a39
Octal25516424004110404723271
Binary101011011110100101000000100001100010000010011101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD74A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD74A0; }

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

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

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

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

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

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

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

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