#AD87EC

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

Shades of Biloba Flower #AD87EC

Tints of Biloba Flower #AD87EC

Color information

#AD87EC (or 0xAD87EC) is unknown color: approx Biloba Flower. HEX triplet: AD, 87 and EC. RGB value is (173,135,236). Sum of RGB (Red+Green+Blue) = 173+135+236=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD87EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD87EC is #527813. Grayscale: #9D9D9D. Windows color (decimal): -5404692 or 15501229. OLE color: 15501229.

HSL color Cylindrical-coordinate representation of color #AD87EC: hue angle of 262.57º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD87EC is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173135236-
CMYK0.270.4300.07
HSL262.57º72.66%72.75%-
HSV(B)262.57º42.8%92.55%-
XYZ41.0432.2783.42-
YUV157.88172.09138.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 135 (53.12% from 255) = 24.82%
BLUE value IS 236 (92.58% from 255) = 43.38%
R=31.80%
G=24.82%
B=43.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731352360.270.4300.07262.5772.6672.75
HexAD87EC1B2B071074949
Octal255207354335307407111111
Binary10101101100001111110110011011101011011110000011110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD87EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD87EC; }

 p { color: rgb(173,135,236); }

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

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

 a { background-color: rgb(173,135,236); }

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

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

 span { border-color: rgb(173,135,236); }

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