#ADA0EE

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

Shades of Biloba Flower #ADA0EE

Tints of Biloba Flower #ADA0EE

Color information

#ADA0EE (or 0xADA0EE) is unknown color: approx Biloba Flower. HEX triplet: AD, A0 and EE. RGB value is (173,160,238). Sum of RGB (Red+Green+Blue) = 173+160+238=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADA0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA0EE is #525F11. Grayscale: #ACACAC. Windows color (decimal): -5398290 or 15638701. OLE color: 15638701.

HSL color Cylindrical-coordinate representation of color #ADA0EE: hue angle of 250º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADA0EE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173160238-
CMYK0.270.3300.07
HSL250º69.64%78.04%-
HSV(B)250º32.77%93.33%-
XYZ45.2440.286.26-
YUV172.78164.81128.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.30%
GREEN value IS 160 (62.89% from 255) = 28.02%
BLUE value IS 238 (93.36% from 255) = 41.68%
R=30.30%
G=28.02%
B=41.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731602380.270.3300.0725069.6478.04
HexADA0EE1B2107fa464e
Octal255240356334107372106116
Binary1010110110100000111011101101110000101111111101010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0EE; }

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

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

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

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

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

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

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

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