#AD6699

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

Shades of Bouquet #AD6699

Tints of Bouquet #AD6699

Color information

#AD6699 (or 0xAD6699) is unknown color: approx Bouquet. HEX triplet: AD, 66 and 99. RGB value is (173,102,153). Sum of RGB (Red+Green+Blue) = 173+102+153=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6699 is #529966. Grayscale: #808080. Windows color (decimal): -5413223 or 10053293. OLE color: 10053293.

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

Color convert

RGB173102153-
CMYK00.410.120.32
HSL316.9º30.21%53.92%-
HSV(B)316.9º41.04%67.84%-
XYZ27.7320.6932.67-
YUV129.04141.52159.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.42%
GREEN value IS 102 (40.23% from 255) = 23.83%
BLUE value IS 153 (60.16% from 255) = 35.75%
R=40.42%
G=23.83%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310215300.410.120.32316.930.2153.92
HexAD6699029C2013d1e36
Octal25514623105114404753666
Binary101011011100110100110010101001110010000010011110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6699; }

 p { color: rgb(173,102,153); }

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

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

 a { background-color: rgb(173,102,153); }

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

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

 span { border-color: rgb(173,102,153); }

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