#AD6593

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

Shades of Bouquet #AD6593

Tints of Bouquet #AD6593

Color information

#AD6593 (or 0xAD6593) is unknown color: approx Bouquet. HEX triplet: AD, 65 and 93. RGB value is (173,101,147). Sum of RGB (Red+Green+Blue) = 173+101+147=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6593 is #529A6C. Grayscale: #7F7F7F. Windows color (decimal): -5413485 or 9659821. OLE color: 9659821.

HSL color Cylindrical-coordinate representation of color #AD6593: hue angle of 321.67º 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 #AD6593 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB173101147-
CMYK00.420.150.32
HSL321.67º30.51%53.73%-
HSV(B)321.67º41.62%67.84%-
XYZ27.1520.330.09-
YUV127.77138.85160.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.09%
GREEN value IS 101 (39.84% from 255) = 23.99%
BLUE value IS 147 (57.81% from 255) = 34.92%
R=41.09%
G=23.99%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310114700.420.150.32321.6730.5153.73
HexAD659302AF201421f36
Octal25514522305217405023766
Binary101011011100101100100110101010111110000010100001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6593; }

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

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

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

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

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

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

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

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