#AD93E5

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

Shades of Biloba Flower #AD93E5

Tints of Biloba Flower #AD93E5

Color information

#AD93E5 (or 0xAD93E5) is unknown color: approx Biloba Flower. HEX triplet: AD, 93 and E5. RGB value is (173,147,229). Sum of RGB (Red+Green+Blue) = 173+147+229=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD93E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93E5 is #526C1A. Grayscale: #A3A3A3. Windows color (decimal): -5401627 or 15045549. OLE color: 15045549.

HSL color Cylindrical-coordinate representation of color #AD93E5: hue angle of 259.02º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD93E5 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173147229-
CMYK0.240.3600.10
HSL259.02º61.19%73.73%-
HSV(B)259.02º35.81%89.8%-
XYZ41.8135.4178.76-
YUV164.12164.61134.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 147 (57.81% from 255) = 26.78%
BLUE value IS 229 (89.84% from 255) = 41.71%
R=31.51%
G=26.78%
B=41.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731472290.240.3600.10259.0261.1973.73
HexAD93E518240A1033d4a
Octal255223345304401240375112
Binary10101101100100111110010111000100100010101000000111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93E5; }

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

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

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

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

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

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

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

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