#AD7BA1

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

Shades of Bouquet #AD7BA1

Tints of Bouquet #AD7BA1

Color information

#AD7BA1 (or 0xAD7BA1) is unknown color: approx Bouquet. HEX triplet: AD, 7B and A1. RGB value is (173,123,161). Sum of RGB (Red+Green+Blue) = 173+123+161=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7BA1 is #52845E. Grayscale: #8E8E8E. Windows color (decimal): -5407839 or 10582957. OLE color: 10582957.

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

Color convert

RGB173123161-
CMYK00.290.070.32
HSL314.4º23.36%58.04%-
HSV(B)314.4º28.9%67.84%-
XYZ30.7525.6237.04-
YUV142.28138.56149.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 123 (48.44% from 255) = 26.91%
BLUE value IS 161 (63.28% from 255) = 35.23%
R=37.86%
G=26.91%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312316100.290.070.32314.423.3658.04
HexAD7BA101D72013a173a
Octal2551732410357404722772
Binary1010110111110111010000101110111110000010011101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7BA1; }

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

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

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

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

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

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

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

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