#AD87E1

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

Shades of Biloba Flower #AD87E1

Tints of Biloba Flower #AD87E1

Color information

#AD87E1 (or 0xAD87E1) is unknown color: approx Biloba Flower. HEX triplet: AD, 87 and E1. RGB value is (173,135,225). Sum of RGB (Red+Green+Blue) = 173+135+225=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD87E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD87E1 is #52781E. Grayscale: #9C9C9C. Windows color (decimal): -5404703 or 14780333. OLE color: 14780333.

HSL color Cylindrical-coordinate representation of color #AD87E1: hue angle of 265.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD87E1 is Cyan = 0.23, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173135225-
CMYK0.230.400.12
HSL265.33º60%70.59%-
HSV(B)265.33º40%88.24%-
XYZ39.4931.6575.26-
YUV156.62166.59139.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 135 (53.12% from 255) = 25.33%
BLUE value IS 225 (88.28% from 255) = 42.21%
R=32.46%
G=25.33%
B=42.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731352250.230.400.12265.336070.59
HexAD87E117280C1093c47
Octal255207341275001441174107
Binary10101101100001111110000110111101000011001000010011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD87E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD87E1; }

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

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

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

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

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

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

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

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