#AD6993

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

Shades of Bouquet #AD6993

Tints of Bouquet #AD6993

Color information

#AD6993 (or 0xAD6993) is unknown color: approx Bouquet. HEX triplet: AD, 69 and 93. RGB value is (173,105,147). Sum of RGB (Red+Green+Blue) = 173+105+147=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6993 is #52966C. Grayscale: #828282. Windows color (decimal): -5412461 or 9660845. OLE color: 9660845.

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

Color convert

RGB173105147-
CMYK00.390.150.32
HSL322.94º29.31%54.51%-
HSV(B)322.94º39.31%67.84%-
XYZ27.5521.0930.22-
YUV130.12137.53158.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 147 (57.81% from 255) = 34.59%
R=40.71%
G=24.71%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310514700.390.150.32322.9429.3154.51
HexAD6993027F201431d37
Octal25515122304717405033567
Binary101011011101001100100110100111111110000010100001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6993; }

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

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

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

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

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

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

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

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