#ADA0DF

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

Shades of Biloba Flower #ADA0DF

Tints of Biloba Flower #ADA0DF

Color information

#ADA0DF (or 0xADA0DF) is unknown color: approx Biloba Flower. HEX triplet: AD, A0 and DF. RGB value is (173,160,223). Sum of RGB (Red+Green+Blue) = 173+160+223=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADA0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0DF is #525F20. Grayscale: #AAAAAA. Windows color (decimal): -5398305 or 14655661. OLE color: 14655661.

HSL color Cylindrical-coordinate representation of color #ADA0DF: hue angle of 252.38º degrees, saturation: 0.5, 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 #ADA0DF is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173160223-
CMYK0.220.2800.13
HSL252.38º49.61%75.1%-
HSV(B)252.38º28.25%87.45%-
XYZ43.1239.3575.14-
YUV171.07157.31129.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.12%
GREEN value IS 160 (62.89% from 255) = 28.78%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=31.12%
G=28.78%
B=40.11%

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
Decimal1731602230.220.2800.13252.3849.6175.1
HexADA0DF161C0Dfc324b
Octal255240337263401537462113
Binary101011011010000011011111101101110001101111111001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0DF; }

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

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

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

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

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

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

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

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