#AD6D9E

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

Shades of Bouquet #AD6D9E

Tints of Bouquet #AD6D9E

Color information

#AD6D9E (or 0xAD6D9E) is unknown color: approx Bouquet. HEX triplet: AD, 6D and 9E. RGB value is (173,109,158). Sum of RGB (Red+Green+Blue) = 173+109+158=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6D9E is #529261. Grayscale: #858585. Windows color (decimal): -5411426 or 10382765. OLE color: 10382765.

HSL color Cylindrical-coordinate representation of color #AD6D9E: hue angle of 314.06º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD6D9E is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB173109158-
CMYK00.370.090.32
HSL314.06º28.07%55.29%-
HSV(B)314.06º36.99%67.84%-
XYZ28.8722.2935.13-
YUV133.72141.7156.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 109 (42.97% from 255) = 24.77%
BLUE value IS 158 (62.11% from 255) = 35.91%
R=39.32%
G=24.77%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310915800.370.090.32314.0628.0755.29
HexAD6D9E02592013a1c37
Octal25515523604511404723467
Binary101011011101101100111100100101100110000010011101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6D9E; }

 p { color: rgb(173,109,158); }

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

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

 a { background-color: rgb(173,109,158); }

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

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

 span { border-color: rgb(173,109,158); }

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