#ADA1EB

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

Shades of Biloba Flower #ADA1EB

Tints of Biloba Flower #ADA1EB

Color information

#ADA1EB (or 0xADA1EB) is unknown color: approx Biloba Flower. HEX triplet: AD, A1 and EB. RGB value is (173,161,235). Sum of RGB (Red+Green+Blue) = 173+161+235=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADA1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA1EB is #525E14. Grayscale: #ACACAC. Windows color (decimal): -5398037 or 15442349. OLE color: 15442349.

HSL color Cylindrical-coordinate representation of color #ADA1EB: hue angle of 249.73º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADA1EB is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173161235-
CMYK0.260.3100.08
HSL249.73º64.91%77.65%-
HSV(B)249.73º31.49%92.16%-
XYZ44.9740.3784.02-
YUV173.02162.98127.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.40%
GREEN value IS 161 (63.28% from 255) = 28.30%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=30.40%
G=28.30%
B=41.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731612350.260.3100.08249.7364.9177.65
HexADA1EB1A1F08fa414e
Octal2552413533237010372101116
Binary1010110110100001111010111101011111010001111101010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1EB; }

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

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

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

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

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

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

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

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