#AD93F6

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

Shades of Biloba Flower #AD93F6

Tints of Biloba Flower #AD93F6

Color information

#AD93F6 (or 0xAD93F6) is unknown color: approx Biloba Flower. HEX triplet: AD, 93 and F6. RGB value is (173,147,246). Sum of RGB (Red+Green+Blue) = 173+147+246=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD93F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD93F6 is #526C09. Grayscale: #A5A5A5. Windows color (decimal): -5401610 or 16159661. OLE color: 16159661.

HSL color Cylindrical-coordinate representation of color #AD93F6: hue angle of 255.76º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD93F6 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173147246-
CMYK0.300.4000.04
HSL255.76º84.62%77.06%-
HSV(B)255.76º40.24%96.47%-
XYZ44.336.4191.88-
YUV166.06173.11132.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.57%
GREEN value IS 147 (57.81% from 255) = 25.97%
BLUE value IS 246 (96.48% from 255) = 43.46%
R=30.57%
G=25.97%
B=43.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731472460.300.4000.04255.7684.6277.06
HexAD93F61E2804100554d
Octal255223366365004400125115
Binary10101101100100111111011011110101000010010000000010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93F6; }

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

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

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

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

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

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

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

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