#AD7A9E

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

Shades of Bouquet #AD7A9E

Tints of Bouquet #AD7A9E

Color information

#AD7A9E (or 0xAD7A9E) is unknown color: approx Bouquet. HEX triplet: AD, 7A and 9E. RGB value is (173,122,158). Sum of RGB (Red+Green+Blue) = 173+122+158=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7A9E is #528561. Grayscale: #8D8D8D. Windows color (decimal): -5408098 or 10386093. OLE color: 10386093.

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

Color convert

RGB173122158-
CMYK00.290.090.32
HSL317.65º23.72%57.84%-
HSV(B)317.65º29.48%67.84%-
XYZ30.3625.2735.63-
YUV141.35137.4150.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 122 (48.05% from 255) = 26.93%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=38.19%
G=26.93%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312215800.290.090.32317.6523.7257.84
HexAD7A9E01D92013e183a
Octal25517223603511404763072
Binary10101101111101010011110011101100110000010011111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7A9E; }

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

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

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

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

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

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

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

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