#AD87DE

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

Shades of Biloba Flower #AD87DE

Tints of Biloba Flower #AD87DE

Color information

#AD87DE (or 0xAD87DE) is unknown color: approx Biloba Flower. HEX triplet: AD, 87 and DE. RGB value is (173,135,222). Sum of RGB (Red+Green+Blue) = 173+135+222=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD87DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD87DE is #527821. Grayscale: #9B9B9B. Windows color (decimal): -5404706 or 14583725. OLE color: 14583725.

HSL color Cylindrical-coordinate representation of color #AD87DE: hue angle of 266.21º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD87DE is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173135222-
CMYK0.220.3900.13
HSL266.21º56.86%70%-
HSV(B)266.21º39.19%87.06%-
XYZ39.0831.4973.12-
YUV156.28165.09139.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 135 (53.12% from 255) = 25.47%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=32.64%
G=25.47%
B=41.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731352220.220.3900.13266.2156.8670
HexAD87DE16270D10a3946
Octal255207336264701541271106
Binary10101101100001111101111010110100111011011000010101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD87DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD87DE; }

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

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

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

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

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

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

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

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