#AD769E

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

Shades of Bouquet #AD769E

Tints of Bouquet #AD769E

Color information

#AD769E (or 0xAD769E) is unknown color: approx Bouquet. HEX triplet: AD, 76 and 9E. RGB value is (173,118,158). Sum of RGB (Red+Green+Blue) = 173+118+158=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD769E is #528961. Grayscale: #8A8A8A. Windows color (decimal): -5409122 or 10385069. OLE color: 10385069.

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

Color convert

RGB173118158-
CMYK00.320.090.32
HSL316.36º25.11%57.06%-
HSV(B)316.36º31.79%67.84%-
XYZ29.8824.3135.46-
YUV139138.72152.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 158 (62.11% from 255) = 35.19%
R=38.53%
G=26.28%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311815800.320.090.32316.3625.1157.06
HexAD769E02092013c1939
Octal25516623604011404743171
Binary101011011110110100111100100000100110000010011110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD769E; }

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

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

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

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

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

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

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

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