#AD7BA2

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

Shades of Bouquet #AD7BA2

Tints of Bouquet #AD7BA2

Color information

#AD7BA2 (or 0xAD7BA2) is unknown color: approx Bouquet. HEX triplet: AD, 7B and A2. RGB value is (173,123,162). Sum of RGB (Red+Green+Blue) = 173+123+162=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7BA2 is #52845D. Grayscale: #8E8E8E. Windows color (decimal): -5407838 or 10648493. OLE color: 10648493.

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

Color convert

RGB173123162-
CMYK00.290.060.32
HSL313.2º23.36%58.04%-
HSV(B)313.2º28.9%67.84%-
XYZ30.8425.6637.51-
YUV142.4139.06149.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.77%
GREEN value IS 123 (48.44% from 255) = 26.86%
BLUE value IS 162 (63.67% from 255) = 35.37%
R=37.77%
G=26.86%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312316200.290.060.32313.223.3658.04
HexAD7BA201D620139173a
Octal2551732420356404712772
Binary1010110111110111010001001110111010000010011100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7BA2; }

 p { color: rgb(173,123,162); }

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

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

 a { background-color: rgb(173,123,162); }

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

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

 span { border-color: rgb(173,123,162); }

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