#AD93F9

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

Shades of Biloba Flower #AD93F9

Tints of Biloba Flower #AD93F9

Color information

#AD93F9 (or 0xAD93F9) is unknown color: approx Biloba Flower. HEX triplet: AD, 93 and F9. RGB value is (173,147,249). Sum of RGB (Red+Green+Blue) = 173+147+249=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD93F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD93F9 is #526C06. Grayscale: #A6A6A6. Windows color (decimal): -5401607 or 16356269. OLE color: 16356269.

HSL color Cylindrical-coordinate representation of color #AD93F9: hue angle of 255.29º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD93F9 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173147249-
CMYK0.310.4100.02
HSL255.29º89.47%77.65%-
HSV(B)255.29º40.96%97.65%-
XYZ44.7736.5994.33-
YUV166.4174.61132.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.40%
GREEN value IS 147 (57.81% from 255) = 25.83%
BLUE value IS 249 (97.66% from 255) = 43.76%
R=30.40%
G=25.83%
B=43.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731472490.310.4100.02255.2989.4777.65
HexAD93F91F2902ff594e
Octal255223371375102377131116
Binary101011011001001111111001111111010010101111111110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93F9; }

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

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

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

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

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

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

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

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