#ADA1EE

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

Shades of Biloba Flower #ADA1EE

Tints of Biloba Flower #ADA1EE

Color information

#ADA1EE (or 0xADA1EE) is unknown color: approx Biloba Flower. HEX triplet: AD, A1 and EE. RGB value is (173,161,238). Sum of RGB (Red+Green+Blue) = 173+161+238=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADA1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA1EE is #525E11. Grayscale: #ADADAD. Windows color (decimal): -5398034 or 15638957. OLE color: 15638957.

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

Color convert

RGB173161238-
CMYK0.270.3200.07
HSL249.35º69.37%78.24%-
HSV(B)249.35º32.35%93.33%-
XYZ45.4140.5586.32-
YUV173.37164.48127.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.24%
GREEN value IS 161 (63.28% from 255) = 28.15%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=30.24%
G=28.15%
B=41.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731612380.270.3200.07249.3569.3778.24
HexADA1EE1B2007f9454e
Octal255241356334007371105116
Binary1010110110100001111011101101110000001111111100110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1EE; }

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

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

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

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

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

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

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

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