#A187D8

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

Shades of Biloba Flower #A187D8

Tints of Biloba Flower #A187D8

Color information

#A187D8 (or 0xA187D8) is unknown color: approx Biloba Flower. HEX triplet: A1, 87 and D8. RGB value is (161,135,216). Sum of RGB (Red+Green+Blue) = 161+135+216=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #A187D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187D8 is #5E7827. Grayscale: #979797. Windows color (decimal): -6191144 or 14190497. OLE color: 14190497.

HSL color Cylindrical-coordinate representation of color #A187D8: hue angle of 259.26º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A187D8 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161135216-
CMYK0.250.3800.15
HSL259.26º50.94%68.82%-
HSV(B)259.26º37.5%84.71%-
XYZ35.7629.8668.85-
YUV152.01164.11134.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 135 (53.12% from 255) = 26.37%
BLUE value IS 216 (84.77% from 255) = 42.19%
R=31.45%
G=26.37%
B=42.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611352160.250.3800.15259.2650.9468.82
HexA187D819260F1033345
Octal241207330314601740363105
Binary10100001100001111101100011001100110011111000000111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A187D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A187D8; }

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

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

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

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

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

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

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

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