#ADA0DD

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

Shades of Biloba Flower #ADA0DD

Tints of Biloba Flower #ADA0DD

Color information

#ADA0DD (or 0xADA0DD) is unknown color: approx Biloba Flower. HEX triplet: AD, A0 and DD. RGB value is (173,160,221). Sum of RGB (Red+Green+Blue) = 173+160+221=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADA0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0DD is #525F22. Grayscale: #AAAAAA. Windows color (decimal): -5398307 or 14524589. OLE color: 14524589.

HSL color Cylindrical-coordinate representation of color #ADA0DD: hue angle of 252.79º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADA0DD is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173160221-
CMYK0.220.2800.13
HSL252.79º47.29%74.71%-
HSV(B)252.79º27.6%86.67%-
XYZ42.8639.2573.72-
YUV170.84156.31129.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.23%
GREEN value IS 160 (62.89% from 255) = 28.88%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=31.23%
G=28.88%
B=39.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731602210.220.2800.13252.7947.2974.71
HexADA0DD161C0Dfd2f4b
Octal255240335263401537557113
Binary101011011010000011011101101101110001101111111011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0DD; }

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

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

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

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

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

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

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

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