#ADA2EC

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

Shades of Biloba Flower #ADA2EC

Tints of Biloba Flower #ADA2EC

Color information

#ADA2EC (or 0xADA2EC) is unknown color: approx Biloba Flower. HEX triplet: AD, A2 and EC. RGB value is (173,162,236). Sum of RGB (Red+Green+Blue) = 173+162+236=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADA2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA2EC is #525D13. Grayscale: #ADADAD. Windows color (decimal): -5397780 or 15508141. OLE color: 15508141.

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

Color convert

RGB173162236-
CMYK0.270.3100.07
HSL248.92º66.07%78.04%-
HSV(B)248.92º31.36%92.55%-
XYZ45.2940.7884.84-
YUV173.72163.14127.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.30%
GREEN value IS 162 (63.67% from 255) = 28.37%
BLUE value IS 236 (92.58% from 255) = 41.33%
R=30.30%
G=28.37%
B=41.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731622360.270.3100.07248.9266.0778.04
HexADA2EC1B1F07f9424e
Octal255242354333707371102116
Binary101011011010001011101100110111111101111111100110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2EC; }

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

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

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

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

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

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

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

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