#ADA0F1

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

Shades of Biloba Flower #ADA0F1

Tints of Biloba Flower #ADA0F1

Color information

#ADA0F1 (or 0xADA0F1) is unknown color: approx Biloba Flower. HEX triplet: AD, A0 and F1. RGB value is (173,160,241). Sum of RGB (Red+Green+Blue) = 173+160+241=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADA0F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA0F1 is #525F0E. Grayscale: #ACACAC. Windows color (decimal): -5398287 or 15835309. OLE color: 15835309.

HSL color Cylindrical-coordinate representation of color #ADA0F1: hue angle of 249.63º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADA0F1 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173160241-
CMYK0.280.3400.05
HSL249.63º74.31%78.63%-
HSV(B)249.63º33.61%94.51%-
XYZ45.6840.3888.6-
YUV173.12166.31127.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 160 (62.89% from 255) = 27.87%
BLUE value IS 241 (94.53% from 255) = 41.99%
R=30.14%
G=27.87%
B=41.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731602410.280.3400.05249.6374.3178.63
HexADA0F11C2205fa4a4f
Octal255240361344205372112117
Binary1010110110100000111100011110010001001011111101010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0F1; }

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

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

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

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

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

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

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

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