#AD90EC

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

Shades of Biloba Flower #AD90EC

Tints of Biloba Flower #AD90EC

Color information

#AD90EC (or 0xAD90EC) is unknown color: approx Biloba Flower. HEX triplet: AD, 90 and EC. RGB value is (173,144,236). Sum of RGB (Red+Green+Blue) = 173+144+236=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD90EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90EC is #526F13. Grayscale: #A2A2A2. Windows color (decimal): -5402388 or 15503533. OLE color: 15503533.

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

Color convert

RGB173144236-
CMYK0.270.3900.07
HSL258.91º70.77%74.51%-
HSV(B)258.91º38.98%92.55%-
XYZ42.3534.8983.86-
YUV163.16169.11135.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 144 (56.64% from 255) = 26.04%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=31.28%
G=26.04%
B=42.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731442360.270.3900.07258.9170.7774.51
HexAD90EC1B2707103474b
Octal255220354334707403107113
Binary10101101100100001110110011011100111011110000001110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD90EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD90EC; }

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

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

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

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

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

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

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

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