#AD86F1

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

Shades of Biloba Flower #AD86F1

Tints of Biloba Flower #AD86F1

Color information

#AD86F1 (or 0xAD86F1) is unknown color: approx Biloba Flower. HEX triplet: AD, 86 and F1. RGB value is (173,134,241). Sum of RGB (Red+Green+Blue) = 173+134+241=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD86F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD86F1 is #52790E. Grayscale: #9D9D9D. Windows color (decimal): -5404943 or 15828653. OLE color: 15828653.

HSL color Cylindrical-coordinate representation of color #AD86F1: hue angle of 261.87º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD86F1 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173134241-
CMYK0.280.4400.05
HSL261.87º79.26%73.53%-
HSV(B)261.87º44.4%94.51%-
XYZ41.6432.2987.26-
YUV157.86174.92138.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 134 (52.73% from 255) = 24.45%
BLUE value IS 241 (94.53% from 255) = 43.98%
R=31.57%
G=24.45%
B=43.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731342410.280.4400.05261.8779.2673.53
HexAD86F11C2C051064f4a
Octal255206361345405406117112
Binary10101101100001101111000111100101100010110000011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD86F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD86F1; }

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

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

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

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

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

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

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

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