#AD7A9B

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

Shades of Bouquet #AD7A9B

Tints of Bouquet #AD7A9B

Color information

#AD7A9B (or 0xAD7A9B) is unknown color: approx Bouquet. HEX triplet: AD, 7A and 9B. RGB value is (173,122,155). Sum of RGB (Red+Green+Blue) = 173+122+155=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7A9B is #528564. Grayscale: #8C8C8C. Windows color (decimal): -5408101 or 10189485. OLE color: 10189485.

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

Color convert

RGB173122155-
CMYK00.290.100.32
HSL321.18º23.72%57.84%-
HSV(B)321.18º29.48%67.84%-
XYZ30.1125.1734.28-
YUV141.01135.9150.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 155 (60.94% from 255) = 34.44%
R=38.44%
G=27.11%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312215500.290.100.32321.1823.7257.84
HexAD7A9B01DA20141183a
Octal25517223303512405013072
Binary10101101111101010011011011101101010000010100000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7A9B; }

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

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

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

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

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

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

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

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