#AD9ACE

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

Shades of Biloba Flower #AD9ACE

Tints of Biloba Flower #AD9ACE

Color information

#AD9ACE (or 0xAD9ACE) is unknown color: approx Biloba Flower. HEX triplet: AD, 9A and CE. RGB value is (173,154,206). Sum of RGB (Red+Green+Blue) = 173+154+206=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD9ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ACE is #526531. Grayscale: #A5A5A5. Windows color (decimal): -5399858 or 13540013. OLE color: 13540013.

HSL color Cylindrical-coordinate representation of color #AD9ACE: hue angle of 261.92º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD9ACE is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173154206-
CMYK0.160.2500.19
HSL261.92º34.67%70.59%-
HSV(B)261.92º25.24%80.78%-
XYZ39.9336.4563.32-
YUV165.61150.79133.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 154 (60.55% from 255) = 28.89%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=32.46%
G=28.89%
B=38.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731542060.160.2500.19261.9234.6770.59
HexAD9ACE10190131062347
Octal255232316203102340643107
Binary10101101100110101100111010000110010100111000001101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9ACE; }

 p { color: rgb(173,154,206); }

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

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

 a { background-color: rgb(173,154,206); }

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

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

 span { border-color: rgb(173,154,206); }

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