#AD87DB

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

Shades of Biloba Flower #AD87DB

Tints of Biloba Flower #AD87DB

Color information

#AD87DB (or 0xAD87DB) is unknown color: approx Biloba Flower. HEX triplet: AD, 87 and DB. RGB value is (173,135,219). Sum of RGB (Red+Green+Blue) = 173+135+219=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD87DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD87DB is #527824. Grayscale: #9B9B9B. Windows color (decimal): -5404709 or 14387117. OLE color: 14387117.

HSL color Cylindrical-coordinate representation of color #AD87DB: hue angle of 267.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD87DB is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173135219-
CMYK0.210.3800.14
HSL267.14º53.85%69.41%-
HSV(B)267.14º38.36%85.88%-
XYZ38.6831.3371.03-
YUV155.94163.59140.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 135 (53.12% from 255) = 25.62%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=32.83%
G=25.62%
B=41.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731352190.210.3800.14267.1453.8569.41
HexAD87DB15260E10b3645
Octal255207333254601641366105
Binary10101101100001111101101110101100110011101000010111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD87DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD87DB; }

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

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

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

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

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

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

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

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