#AD93EE

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

Shades of Biloba Flower #AD93EE

Tints of Biloba Flower #AD93EE

Color information

#AD93EE (or 0xAD93EE) is unknown color: approx Biloba Flower. HEX triplet: AD, 93 and EE. RGB value is (173,147,238). Sum of RGB (Red+Green+Blue) = 173+147+238=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD93EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD93EE is #526C11. Grayscale: #A4A4A4. Windows color (decimal): -5401618 or 15635373. OLE color: 15635373.

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

Color convert

RGB173147238-
CMYK0.270.3800.07
HSL257.14º72.8%75.49%-
HSV(B)257.14º38.24%93.33%-
XYZ43.135.9285.55-
YUV165.15169.11133.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 147 (57.81% from 255) = 26.34%
BLUE value IS 238 (93.36% from 255) = 42.65%
R=31.00%
G=26.34%
B=42.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731472380.270.3800.07257.1472.875.49
HexAD93EE1B2607101494b
Octal255223356334607401111113
Binary10101101100100111110111011011100110011110000000110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93EE; }

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

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

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

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

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

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

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

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