#AD9ADA

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

Shades of Biloba Flower #AD9ADA

Tints of Biloba Flower #AD9ADA

Color information

#AD9ADA (or 0xAD9ADA) is unknown color: approx Biloba Flower. HEX triplet: AD, 9A and DA. RGB value is (173,154,218). Sum of RGB (Red+Green+Blue) = 173+154+218=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD9ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ADA is #526525. Grayscale: #A6A6A6. Windows color (decimal): -5399846 or 14326445. OLE color: 14326445.

HSL color Cylindrical-coordinate representation of color #AD9ADA: hue angle of 257.81º 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 #AD9ADA is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173154218-
CMYK0.210.2900.15
HSL257.81º46.38%72.94%-
HSV(B)257.81º29.36%85.49%-
XYZ41.4437.0671.3-
YUV166.98156.79132.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 218 (85.55% from 255) = 40%
R=31.74%
G=28.26%
B=40%

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
Decimal1731542180.210.2900.15257.8146.3872.94
HexAD9ADA151D0F1022e49
Octal255232332253501740256111
Binary1010110110011010110110101010111101011111000000101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9ADA; }

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

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

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

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

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

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

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

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