#AD7CA4

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

Shades of Bouquet #AD7CA4

Tints of Bouquet #AD7CA4

Color information

#AD7CA4 (or 0xAD7CA4) is unknown color: approx Bouquet. HEX triplet: AD, 7C and A4. RGB value is (173,124,164). Sum of RGB (Red+Green+Blue) = 173+124+164=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7CA4 is #52835B. Grayscale: #8F8F8F. Windows color (decimal): -5407580 or 10779821. OLE color: 10779821.

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

Color convert

RGB173124164-
CMYK00.280.050.32
HSL311.02º23%58.24%-
HSV(B)311.02º28.32%67.84%-
XYZ31.1425.9838.5-
YUV143.21139.73149.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 124 (48.83% from 255) = 26.90%
BLUE value IS 164 (64.45% from 255) = 35.57%
R=37.53%
G=26.90%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312416400.280.050.32311.022358.24
HexAD7CA401C520137173a
Octal2551742440345404672772
Binary1010110111111001010010001110010110000010011011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7CA4; }

 p { color: rgb(173,124,164); }

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

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

 a { background-color: rgb(173,124,164); }

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

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

 span { border-color: rgb(173,124,164); }

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