#AD6393

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

Shades of Bouquet #AD6393

Tints of Bouquet #AD6393

Color information

#AD6393 (or 0xAD6393) is unknown color: approx Bouquet. HEX triplet: AD, 63 and 93. RGB value is (173,99,147). Sum of RGB (Red+Green+Blue) = 173+99+147=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6393 is #529C6C. Grayscale: #7E7E7E. Windows color (decimal): -5413997 or 9659309. OLE color: 9659309.

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

Color convert

RGB17399147-
CMYK00.430.150.32
HSL321.08º31.09%53.33%-
HSV(B)321.08º42.77%67.84%-
XYZ26.9619.9130.03-
YUV126.6139.52161.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.29%
GREEN value IS 99 (39.06% from 255) = 23.63%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=41.29%
G=23.63%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739914700.430.150.32321.0831.0953.33
HexAD639302BF201411f35
Octal25514322305317405013765
Binary101011011100011100100110101011111110000010100000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6393; }

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

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

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

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

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

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

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

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