#AD6F97

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

Shades of Bouquet #AD6F97

Tints of Bouquet #AD6F97

Color information

#AD6F97 (or 0xAD6F97) is unknown color: approx Bouquet. HEX triplet: AD, 6F and 97. RGB value is (173,111,151). Sum of RGB (Red+Green+Blue) = 173+111+151=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6F97 is #529068. Grayscale: #868686. Windows color (decimal): -5410921 or 9924525. OLE color: 9924525.

HSL color Cylindrical-coordinate representation of color #AD6F97: hue angle of 321.29º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD6F97 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB173111151-
CMYK00.360.130.32
HSL321.29º27.43%55.69%-
HSV(B)321.29º35.84%67.84%-
XYZ28.522.4932.12-
YUV134.1137.54155.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.77%
GREEN value IS 111 (43.75% from 255) = 25.52%
BLUE value IS 151 (59.38% from 255) = 34.71%
R=39.77%
G=25.52%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311115100.360.130.32321.2927.4355.69
HexAD6F97024D201411b38
Octal25515722704415405013370
Binary101011011101111100101110100100110110000010100000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6F97; }

 p { color: rgb(173,111,151); }

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

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

 a { background-color: rgb(173,111,151); }

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

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

 span { border-color: rgb(173,111,151); }

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