#AD6694

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

Shades of Bouquet #AD6694

Tints of Bouquet #AD6694

Color information

#AD6694 (or 0xAD6694) is unknown color: approx Bouquet. HEX triplet: AD, 66 and 94. RGB value is (173,102,148). Sum of RGB (Red+Green+Blue) = 173+102+148=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6694 is #52996B. Grayscale: #808080. Windows color (decimal): -5413228 or 9725613. OLE color: 9725613.

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

Color convert

RGB173102148-
CMYK00.410.140.32
HSL321.13º30.21%53.92%-
HSV(B)321.13º41.04%67.84%-
XYZ27.3320.5330.54-
YUV128.47139.02159.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=40.90%
G=24.11%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310214800.410.140.32321.1330.2153.92
HexAD6694029E201411e36
Octal25514622405116405013666
Binary101011011100110100101000101001111010000010100000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6694; }

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

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

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

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

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

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

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

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