#AD86EA

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

Shades of Biloba Flower #AD86EA

Tints of Biloba Flower #AD86EA

Color information

#AD86EA (or 0xAD86EA) is unknown color: approx Biloba Flower. HEX triplet: AD, 86 and EA. RGB value is (173,134,234). Sum of RGB (Red+Green+Blue) = 173+134+234=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD86EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD86EA is #527915. Grayscale: #9C9C9C. Windows color (decimal): -5404950 or 15369901. OLE color: 15369901.

HSL color Cylindrical-coordinate representation of color #AD86EA: hue angle of 263.4º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD86EA is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173134234-
CMYK0.260.4300.08
HSL263.4º70.42%72.16%-
HSV(B)263.4º42.74%91.76%-
XYZ40.6131.8781.85-
YUV157.06171.42139.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 134 (52.73% from 255) = 24.77%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=31.98%
G=24.77%
B=43.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731342340.260.4300.08263.470.4272.16
HexAD86EA1A2B081074648
Octal2552063523253010407106110
Binary101011011000011011101010110101010110100010000011110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD86EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD86EA; }

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

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

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

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

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

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

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

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