#AD85F9

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

Shades of Biloba Flower #AD85F9

Tints of Biloba Flower #AD85F9

Color information

#AD85F9 (or 0xAD85F9) is unknown color: approx Biloba Flower. HEX triplet: AD, 85 and F9. RGB value is (173,133,249). Sum of RGB (Red+Green+Blue) = 173+133+249=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD85F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD85F9 is #527A06. Grayscale: #9D9D9D. Windows color (decimal): -5405191 or 16352685. OLE color: 16352685.

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

Color convert

RGB173133249-
CMYK0.310.4700.02
HSL260.69º90.62%74.9%-
HSV(B)260.69º46.59%97.65%-
XYZ42.7232.593.64-
YUV158.18179.25138.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 133 (52.34% from 255) = 23.96%
BLUE value IS 249 (97.66% from 255) = 44.86%
R=31.17%
G=23.96%
B=44.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731332490.310.4700.02260.6990.6274.9
HexAD85F91F2F021055b4b
Octal255205371375702405133113
Binary1010110110000101111110011111110111101010000010110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD85F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD85F9; }

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

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

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

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

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

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

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

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