#AD90EE

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

Shades of Biloba Flower #AD90EE

Tints of Biloba Flower #AD90EE

Color information

#AD90EE (or 0xAD90EE) is unknown color: approx Biloba Flower. HEX triplet: AD, 90 and EE. RGB value is (173,144,238). Sum of RGB (Red+Green+Blue) = 173+144+238=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD90EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90EE is #526F11. Grayscale: #A3A3A3. Windows color (decimal): -5402386 or 15634605. OLE color: 15634605.

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

Color convert

RGB173144238-
CMYK0.270.3900.07
HSL258.51º73.44%74.9%-
HSV(B)258.51º39.5%93.33%-
XYZ42.643585.4-
YUV163.39170.11134.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 144 (56.64% from 255) = 25.95%
BLUE value IS 238 (93.36% from 255) = 42.88%
R=31.17%
G=25.95%
B=42.88%

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
Decimal1731442380.270.3900.07258.5173.4474.9
HexAD90EE1B2707103494b
Octal255220356334707403111113
Binary10101101100100001110111011011100111011110000001110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD90EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD90EE; }

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

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

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

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

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

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

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

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