#AD87E6

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

Shades of Biloba Flower #AD87E6

Tints of Biloba Flower #AD87E6

Color information

#AD87E6 (or 0xAD87E6) is unknown color: approx Biloba Flower. HEX triplet: AD, 87 and E6. RGB value is (173,135,230). Sum of RGB (Red+Green+Blue) = 173+135+230=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD87E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD87E6 is #527819. Grayscale: #9C9C9C. Windows color (decimal): -5404698 or 15108013. OLE color: 15108013.

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

Color convert

RGB173135230-
CMYK0.250.4100.10
HSL264º65.52%71.57%-
HSV(B)264º41.3%90.2%-
XYZ40.1831.9378.91-
YUV157.19169.09139.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 135 (53.12% from 255) = 25.09%
BLUE value IS 230 (90.23% from 255) = 42.75%
R=32.16%
G=25.09%
B=42.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731352300.250.4100.1026465.5271.57
HexAD87E619290A1084248
Octal2552073463151012410102110
Binary101011011000011111100110110011010010101010000100010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD87E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD87E6; }

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

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

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

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

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

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

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

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