#ADA0EA

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

Shades of Biloba Flower #ADA0EA

Tints of Biloba Flower #ADA0EA

Color information

#ADA0EA (or 0xADA0EA) is unknown color: approx Biloba Flower. HEX triplet: AD, A0 and EA. RGB value is (173,160,234). Sum of RGB (Red+Green+Blue) = 173+160+234=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADA0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA0EA is #525F15. Grayscale: #ACACAC. Windows color (decimal): -5398294 or 15376557. OLE color: 15376557.

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

Color convert

RGB173160234-
CMYK0.260.3200.08
HSL250.54º63.79%77.25%-
HSV(B)250.54º31.62%91.76%-
XYZ44.6639.9783.2-
YUV172.32162.81128.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.51%
GREEN value IS 160 (62.89% from 255) = 28.22%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=30.51%
G=28.22%
B=41.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731602340.260.3200.08250.5463.7977.25
HexADA0EA1A2008fb404d
Octal2552403523240010373100115
Binary10101101101000001110101011010100000010001111101110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0EA; }

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

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

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

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

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

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

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

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