#AD87E0

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

Shades of Biloba Flower #AD87E0

Tints of Biloba Flower #AD87E0

Color information

#AD87E0 (or 0xAD87E0) is unknown color: approx Biloba Flower. HEX triplet: AD, 87 and E0. RGB value is (173,135,224). Sum of RGB (Red+Green+Blue) = 173+135+224=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 135 (53.12% from 255 or 25.38% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD87E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD87E0 is #52781F. Grayscale: #9C9C9C. Windows color (decimal): -5404704 or 14714797. OLE color: 14714797.

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

Color convert

RGB173135224-
CMYK0.230.4000.12
HSL265.62º58.94%70.39%-
HSV(B)265.62º39.73%87.84%-
XYZ39.3531.5974.55-
YUV156.51166.09139.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.52%
GREEN value IS 135 (53.12% from 255) = 25.38%
BLUE value IS 224 (87.89% from 255) = 42.11%
R=32.52%
G=25.38%
B=42.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731352240.230.4000.12265.6258.9470.39
HexAD87E017280C10a3b46
Octal255207340275001441273106
Binary10101101100001111110000010111101000011001000010101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD87E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD87E0; }

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

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

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

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

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

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

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

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