#AD94F6

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

Shades of Biloba Flower #AD94F6

Tints of Biloba Flower #AD94F6

Color information

#AD94F6 (or 0xAD94F6) is unknown color: approx Biloba Flower. HEX triplet: AD, 94 and F6. RGB value is (173,148,246). Sum of RGB (Red+Green+Blue) = 173+148+246=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD94F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD94F6 is #526B09. Grayscale: #A6A6A6. Windows color (decimal): -5401354 or 16159917. OLE color: 16159917.

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

Color convert

RGB173148246-
CMYK0.300.4000.04
HSL255.31º84.48%77.25%-
HSV(B)255.31º39.84%96.47%-
XYZ44.4636.7291.93-
YUV166.65172.78132.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.51%
GREEN value IS 148 (58.20% from 255) = 26.10%
BLUE value IS 246 (96.48% from 255) = 43.39%
R=30.51%
G=26.10%
B=43.39%

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
Decimal1731482460.300.4000.04255.3184.4877.25
HexAD94F61E2804ff544d
Octal255224366365004377124115
Binary1010110110010100111101101111010100001001111111110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD94F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD94F6; }

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

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

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

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

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

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

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

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