#AD6A97

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

Shades of Bouquet #AD6A97

Tints of Bouquet #AD6A97

Color information

#AD6A97 (or 0xAD6A97) is unknown color: approx Bouquet. HEX triplet: AD, 6A and 97. RGB value is (173,106,151). Sum of RGB (Red+Green+Blue) = 173+106+151=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6A97 is #529568. Grayscale: #838383. Windows color (decimal): -5412201 or 9923245. OLE color: 9923245.

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

Color convert

RGB173106151-
CMYK00.390.130.32
HSL319.7º29%54.71%-
HSV(B)319.7º38.73%67.84%-
XYZ27.9721.4331.94-
YUV131.16139.2157.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.23%
GREEN value IS 106 (41.80% from 255) = 24.65%
BLUE value IS 151 (59.38% from 255) = 35.12%
R=40.23%
G=24.65%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310615100.390.130.32319.72954.71
HexAD6A97027D201401d37
Octal25515222704715405003567
Binary101011011101010100101110100111110110000010100000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6A97; }

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

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

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

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

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

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

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

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