#A187DD

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

Shades of Biloba Flower #A187DD

Tints of Biloba Flower #A187DD

Color information

#A187DD (or 0xA187DD) is unknown color: approx Biloba Flower. HEX triplet: A1, 87 and DD. RGB value is (161,135,221). Sum of RGB (Red+Green+Blue) = 161+135+221=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #A187DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187DD is #5E7822. Grayscale: #989898. Windows color (decimal): -6191139 or 14518177. OLE color: 14518177.

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

Color convert

RGB161135221-
CMYK0.270.3900.13
HSL258.14º55.84%69.8%-
HSV(B)258.14º38.91%86.67%-
XYZ36.4130.1372.3-
YUV152.58166.61134.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 135 (53.12% from 255) = 26.11%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=31.14%
G=26.11%
B=42.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611352210.270.3900.13258.1455.8469.8
HexA187DD1B270D1023846
Octal241207335334701540270106
Binary10100001100001111101110111011100111011011000000101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A187DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A187DD; }

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

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

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

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

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

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

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

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