#ADA0DA

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

Shades of Biloba Flower #ADA0DA

Tints of Biloba Flower #ADA0DA

Color information

#ADA0DA (or 0xADA0DA) is unknown color: approx Biloba Flower. HEX triplet: AD, A0 and DA. RGB value is (173,160,218). Sum of RGB (Red+Green+Blue) = 173+160+218=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADA0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0DA is #525F25. Grayscale: #AAAAAA. Windows color (decimal): -5398310 or 14327981. OLE color: 14327981.

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

Color convert

RGB173160218-
CMYK0.210.2700.15
HSL253.45º43.94%74.12%-
HSV(B)253.45º26.61%85.49%-
XYZ42.4639.0971.64-
YUV170.5154.81129.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.40%
GREEN value IS 160 (62.89% from 255) = 29.04%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=31.40%
G=29.04%
B=39.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731602180.210.2700.15253.4543.9474.12
HexADA0DA151B0Ffd2c4a
Octal255240332253301737554112
Binary101011011010000011011010101011101101111111111011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0DA; }

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

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

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

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

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

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

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

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