#ADA0EC

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

Shades of Biloba Flower #ADA0EC

Tints of Biloba Flower #ADA0EC

Color information

#ADA0EC (or 0xADA0EC) is unknown color: approx Biloba Flower. HEX triplet: AD, A0 and EC. RGB value is (173,160,236). Sum of RGB (Red+Green+Blue) = 173+160+236=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADA0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA0EC is #525F13. Grayscale: #ACACAC. Windows color (decimal): -5398292 or 15507629. OLE color: 15507629.

HSL color Cylindrical-coordinate representation of color #ADA0EC: hue angle of 250.26º degrees, saturation: 0.67, 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 #ADA0EC is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173160236-
CMYK0.270.3200.07
HSL250.26º66.67%77.65%-
HSV(B)250.26º32.2%92.55%-
XYZ44.9440.0884.72-
YUV172.55163.81128.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.40%
GREEN value IS 160 (62.89% from 255) = 28.12%
BLUE value IS 236 (92.58% from 255) = 41.48%
R=30.40%
G=28.12%
B=41.48%

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
Decimal1731602360.270.3200.07250.2666.6777.65
HexADA0EC1B2007fa434e
Octal255240354334007372103116
Binary1010110110100000111011001101110000001111111101010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0EC; }

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

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

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

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

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

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

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

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