#AD6597

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

Shades of Bouquet #AD6597

Tints of Bouquet #AD6597

Color information

#AD6597 (or 0xAD6597) is unknown color: approx Bouquet. HEX triplet: AD, 65 and 97. RGB value is (173,101,151). Sum of RGB (Red+Green+Blue) = 173+101+151=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6597 is #529A68. Grayscale: #808080. Windows color (decimal): -5413481 or 9921965. OLE color: 9921965.

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

Color convert

RGB173101151-
CMYK00.420.130.32
HSL318.33º30.51%53.73%-
HSV(B)318.33º41.62%67.84%-
XYZ27.4720.4331.77-
YUV128.23140.85159.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 101 (39.84% from 255) = 23.76%
BLUE value IS 151 (59.38% from 255) = 35.53%
R=40.71%
G=23.76%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310115100.420.130.32318.3330.5153.73
HexAD659702AD2013e1f36
Octal25514522705215404763766
Binary101011011100101100101110101010110110000010011111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6597; }

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

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

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

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

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

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

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

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