#AD9BDA

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

Shades of Biloba Flower #AD9BDA

Tints of Biloba Flower #AD9BDA

Color information

#AD9BDA (or 0xAD9BDA) is unknown color: approx Biloba Flower. HEX triplet: AD, 9B and DA. RGB value is (173,155,218). Sum of RGB (Red+Green+Blue) = 173+155+218=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD9BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BDA is #526425. Grayscale: #A7A7A7. Windows color (decimal): -5399590 or 14326701. OLE color: 14326701.

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

Color convert

RGB173155218-
CMYK0.210.2900.15
HSL257.14º45.99%73.14%-
HSV(B)257.14º28.9%85.49%-
XYZ41.6137.3971.35-
YUV167.56156.46131.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 155 (60.94% from 255) = 28.39%
BLUE value IS 218 (85.55% from 255) = 39.93%
R=31.68%
G=28.39%
B=39.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731552180.210.2900.15257.1445.9973.14
HexAD9BDA151D0F1012e49
Octal255233332253501740156111
Binary1010110110011011110110101010111101011111000000011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9BDA; }

 p { color: rgb(173,155,218); }

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

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

 a { background-color: rgb(173,155,218); }

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

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

 span { border-color: rgb(173,155,218); }

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