#AD9CD8

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

Shades of Biloba Flower #AD9CD8

Tints of Biloba Flower #AD9CD8

Color information

#AD9CD8 (or 0xAD9CD8) is unknown color: approx Biloba Flower. HEX triplet: AD, 9C and D8. RGB value is (173,156,216). Sum of RGB (Red+Green+Blue) = 173+156+216=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD9CD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CD8 is #526327. Grayscale: #A7A7A7. Windows color (decimal): -5399336 or 14195885. OLE color: 14195885.

HSL color Cylindrical-coordinate representation of color #AD9CD8: hue angle of 257º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD9CD8 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173156216-
CMYK0.200.2800.15
HSL257º43.48%72.94%-
HSV(B)257º27.78%84.71%-
XYZ41.5237.6270.04-
YUV167.92155.13131.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 156 (61.33% from 255) = 28.62%
BLUE value IS 216 (84.77% from 255) = 39.63%
R=31.74%
G=28.62%
B=39.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731562160.200.2800.1525743.4872.94
HexAD9CD8141C0F1012b49
Octal255234330243401740153111
Binary1010110110011100110110001010011100011111000000011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CD8; }

 p { color: rgb(173,156,216); }

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

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

 a { background-color: rgb(173,156,216); }

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

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

 span { border-color: rgb(173,156,216); }

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