#AD86E5

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

Shades of Biloba Flower #AD86E5

Tints of Biloba Flower #AD86E5

Color information

#AD86E5 (or 0xAD86E5) is unknown color: approx Biloba Flower. HEX triplet: AD, 86 and E5. RGB value is (173,134,229). Sum of RGB (Red+Green+Blue) = 173+134+229=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD86E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86E5 is #52791A. Grayscale: #9C9C9C. Windows color (decimal): -5404955 or 15042221. OLE color: 15042221.

HSL color Cylindrical-coordinate representation of color #AD86E5: hue angle of 264.63º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD86E5 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173134229-
CMYK0.240.4100.10
HSL264.63º64.63%71.18%-
HSV(B)264.63º41.48%89.8%-
XYZ39.931.5978.12-
YUV156.49168.92139.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.28%
GREEN value IS 134 (52.73% from 255) = 25%
BLUE value IS 229 (89.84% from 255) = 42.72%
R=32.28%
G=25%
B=42.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731342290.240.4100.10264.6364.6371.18
HexAD86E518290A1094147
Octal2552063453051012411101107
Binary101011011000011011100101110001010010101010000100110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD86E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD86E5; }

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

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

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

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

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

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

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

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