#AD94F5

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

Shades of Biloba Flower #AD94F5

Tints of Biloba Flower #AD94F5

Color information

#AD94F5 (or 0xAD94F5) is unknown color: approx Biloba Flower. HEX triplet: AD, 94 and F5. RGB value is (173,148,245). Sum of RGB (Red+Green+Blue) = 173+148+245=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD94F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD94F5 is #526B0A. Grayscale: #A6A6A6. Windows color (decimal): -5401355 or 16094381. OLE color: 16094381.

HSL color Cylindrical-coordinate representation of color #AD94F5: hue angle of 255.46º degrees, saturation: 0.83, 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 #AD94F5 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173148245-
CMYK0.290.4000.04
HSL255.46º82.91%77.06%-
HSV(B)255.46º39.59%96.08%-
XYZ44.336.6691.13-
YUV166.53172.28132.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.57%
GREEN value IS 148 (58.20% from 255) = 26.15%
BLUE value IS 245 (96.09% from 255) = 43.29%
R=30.57%
G=26.15%
B=43.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731482450.290.4000.04255.4682.9177.06
HexAD94F51D2804ff534d
Octal255224365355004377123115
Binary1010110110010100111101011110110100001001111111110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD94F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD94F5; }

 p { color: rgb(173,148,245); }

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

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

 a { background-color: rgb(173,148,245); }

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

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

 span { border-color: rgb(173,148,245); }

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