#ADA1E1

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

Shades of Biloba Flower #ADA1E1

Tints of Biloba Flower #ADA1E1

Color information

#ADA1E1 (or 0xADA1E1) is unknown color: approx Biloba Flower. HEX triplet: AD, A1 and E1. RGB value is (173,161,225). Sum of RGB (Red+Green+Blue) = 173+161+225=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADA1E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1E1 is #525E1E. Grayscale: #ABABAB. Windows color (decimal): -5398047 or 14786989. OLE color: 14786989.

HSL color Cylindrical-coordinate representation of color #ADA1E1: hue angle of 251.25º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADA1E1 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173161225-
CMYK0.230.2800.12
HSL251.25º51.61%75.69%-
HSV(B)251.25º28.44%88.24%-
XYZ43.5739.8176.62-
YUV171.88157.98128.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 161 (63.28% from 255) = 28.80%
BLUE value IS 225 (88.28% from 255) = 40.25%
R=30.95%
G=28.80%
B=40.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731612250.230.2800.12251.2551.6175.69
HexADA1E1171C0Cfb344c
Octal255241341273401437364114
Binary101011011010000111100001101111110001100111110111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1E1; }

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

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

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

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

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

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

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

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