#AD6B97

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

Shades of Bouquet #AD6B97

Tints of Bouquet #AD6B97

Color information

#AD6B97 (or 0xAD6B97) is unknown color: approx Bouquet. HEX triplet: AD, 6B and 97. RGB value is (173,107,151). Sum of RGB (Red+Green+Blue) = 173+107+151=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6B97 is #529468. Grayscale: #838383. Windows color (decimal): -5411945 or 9923501. OLE color: 9923501.

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

Color convert

RGB173107151-
CMYK00.380.130.32
HSL320º28.7%54.9%-
HSV(B)320º38.15%67.84%-
XYZ28.0821.6331.97-
YUV131.75138.87157.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.14%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 151 (59.38% from 255) = 35.03%
R=40.14%
G=24.83%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310715100.380.130.3232028.754.9
HexAD6B97026D201401d37
Octal25515322704615405003567
Binary101011011101011100101110100110110110000010100000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6B97; }

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

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

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

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

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

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

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

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