#AD87E8

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

Shades of Biloba Flower #AD87E8

Tints of Biloba Flower #AD87E8

Color information

#AD87E8 (or 0xAD87E8) is unknown color: approx Biloba Flower. HEX triplet: AD, 87 and E8. RGB value is (173,135,232). Sum of RGB (Red+Green+Blue) = 173+135+232=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 135 (53.12% from 255 or 25% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD87E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD87E8 is #527817. Grayscale: #9D9D9D. Windows color (decimal): -5404696 or 15239085. OLE color: 15239085.

HSL color Cylindrical-coordinate representation of color #AD87E8: hue angle of 263.51º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD87E8 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173135232-
CMYK0.250.4200.09
HSL263.51º67.83%71.96%-
HSV(B)263.51º41.81%90.98%-
XYZ40.4632.0480.4-
YUV157.42170.09139.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.04%
GREEN value IS 135 (53.12% from 255) = 25%
BLUE value IS 232 (91.02% from 255) = 42.96%
R=32.04%
G=25%
B=42.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731352320.250.4200.09263.5167.8371.96
HexAD87E8192A091084448
Octal2552073503152011410104110
Binary101011011000011111101000110011010100100110000100010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD87E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD87E8; }

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

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

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

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

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

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

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

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