#A187DA

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

Shades of Biloba Flower #A187DA

Tints of Biloba Flower #A187DA

Color information

#A187DA (or 0xA187DA) is unknown color: approx Biloba Flower. HEX triplet: A1, 87 and DA. RGB value is (161,135,218). Sum of RGB (Red+Green+Blue) = 161+135+218=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #A187DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187DA is #5E7825. Grayscale: #979797. Windows color (decimal): -6191142 or 14321569. OLE color: 14321569.

HSL color Cylindrical-coordinate representation of color #A187DA: hue angle of 258.8º degrees, saturation: 0.53, 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 #A187DA is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161135218-
CMYK0.260.3800.15
HSL258.8º52.87%69.22%-
HSV(B)258.8º38.07%85.49%-
XYZ36.0229.9770.22-
YUV152.24165.11134.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 135 (53.12% from 255) = 26.26%
BLUE value IS 218 (85.55% from 255) = 42.41%
R=31.32%
G=26.26%
B=42.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611352180.260.3800.15258.852.8769.22
HexA187DA1A260F1033545
Octal241207332324601740365105
Binary10100001100001111101101011010100110011111000000111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A187DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A187DA; }

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

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

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

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

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

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

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

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