#AD87DD

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

Shades of Biloba Flower #AD87DD

Tints of Biloba Flower #AD87DD

Color information

#AD87DD (or 0xAD87DD) is unknown color: approx Biloba Flower. HEX triplet: AD, 87 and DD. RGB value is (173,135,221). Sum of RGB (Red+Green+Blue) = 173+135+221=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD87DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD87DD is #527822. Grayscale: #9B9B9B. Windows color (decimal): -5404707 or 14518189. OLE color: 14518189.

HSL color Cylindrical-coordinate representation of color #AD87DD: hue angle of 266.51º degrees, saturation: 0.56, 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 #AD87DD is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173135221-
CMYK0.220.3900.13
HSL266.51º55.84%69.8%-
HSV(B)266.51º38.91%86.67%-
XYZ38.9531.4372.42-
YUV156.17164.59140.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 135 (53.12% from 255) = 25.52%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=32.70%
G=25.52%
B=41.78%

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
Decimal1731352210.220.3900.13266.5155.8469.8
HexAD87DD16270D10b3846
Octal255207335264701541370106
Binary10101101100001111101110110110100111011011000010111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD87DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD87DD; }

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

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

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

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

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

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

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

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