#AD86F7

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

Shades of Biloba Flower #AD86F7

Tints of Biloba Flower #AD86F7

Color information

#AD86F7 (or 0xAD86F7) is unknown color: approx Biloba Flower. HEX triplet: AD, 86 and F7. RGB value is (173,134,247). Sum of RGB (Red+Green+Blue) = 173+134+247=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD86F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD86F7 is #527908. Grayscale: #9E9E9E. Windows color (decimal): -5404937 or 16221869. OLE color: 16221869.

HSL color Cylindrical-coordinate representation of color #AD86F7: hue angle of 260.71º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD86F7 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173134247-
CMYK0.300.4600.03
HSL260.71º87.6%74.71%-
HSV(B)260.71º45.75%96.86%-
XYZ42.5532.6592.06-
YUV158.54177.92138.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.23%
GREEN value IS 134 (52.73% from 255) = 24.19%
BLUE value IS 247 (96.88% from 255) = 44.58%
R=31.23%
G=24.19%
B=44.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731342470.300.4600.03260.7187.674.71
HexAD86F71E2E03105584b
Octal255206367365603405130113
Binary1010110110000110111101111111010111001110000010110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD86F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD86F7; }

 p { color: rgb(173,134,247); }

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

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

 a { background-color: rgb(173,134,247); }

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

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

 span { border-color: rgb(173,134,247); }

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