#AD87A1

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

Shades of Bouquet #AD87A1

Tints of Bouquet #AD87A1

Color information

#AD87A1 (or 0xAD87A1) is unknown color: approx Bouquet. HEX triplet: AD, 87 and A1. RGB value is (173,135,161). Sum of RGB (Red+Green+Blue) = 173+135+161=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD87A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD87A1 is #52785E. Grayscale: #959595. Windows color (decimal): -5404767 or 10586029. OLE color: 10586029.

HSL color Cylindrical-coordinate representation of color #AD87A1: hue angle of 318.95º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD87A1 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB173135161-
CMYK00.220.070.32
HSL318.95º18.81%60.39%-
HSV(B)318.95º21.97%67.84%-
XYZ32.3328.7937.57-
YUV149.33134.59144.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 135 (53.12% from 255) = 28.78%
BLUE value IS 161 (63.28% from 255) = 34.33%
R=36.89%
G=28.78%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313516100.220.070.32318.9518.8160.39
HexAD87A101672013f133c
Octal2552072410267404772374
Binary10101101100001111010000101011011110000010011111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD87A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD87A1; }

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

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

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

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

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

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

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

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