#A487DA

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

Shades of Biloba Flower #A487DA

Tints of Biloba Flower #A487DA

Color information

#A487DA (or 0xA487DA) is unknown color: approx Biloba Flower. HEX triplet: A4, 87 and DA. RGB value is (164,135,218). Sum of RGB (Red+Green+Blue) = 164+135+218=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #A487DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487DA is #5B7825. Grayscale: #989898. Windows color (decimal): -5994534 or 14321572. OLE color: 14321572.

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

Color convert

RGB164135218-
CMYK0.250.3800.15
HSL260.96º52.87%69.22%-
HSV(B)260.96º38.07%85.49%-
XYZ36.6330.2870.24-
YUV153.13164.61135.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.72%
GREEN value IS 135 (53.12% from 255) = 26.11%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=31.72%
G=26.11%
B=42.17%

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
Decimal1641352180.250.3800.15260.9652.8769.22
HexA487DA19260F1053545
Octal244207332314601740565105
Binary10100100100001111101101011001100110011111000001011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A487DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A487DA; }

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

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

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

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

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

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

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

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