#A489E1

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

Shades of Biloba Flower #A489E1

Tints of Biloba Flower #A489E1

Color information

#A489E1 (or 0xA489E1) is unknown color: approx Biloba Flower. HEX triplet: A4, 89 and E1. RGB value is (164,137,225). Sum of RGB (Red+Green+Blue) = 164+137+225=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #A489E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489E1 is #5B761E. Grayscale: #9A9A9A. Windows color (decimal): -5994015 or 14780836. OLE color: 14780836.

HSL color Cylindrical-coordinate representation of color #A489E1: hue angle of 258.41º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A489E1 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB164137225-
CMYK0.270.3900.12
HSL258.41º59.46%70.98%-
HSV(B)258.41º39.11%88.24%-
XYZ37.8531.2275.27-
YUV155.1167.45134.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.18%
GREEN value IS 137 (53.91% from 255) = 26.05%
BLUE value IS 225 (88.28% from 255) = 42.78%
R=31.18%
G=26.05%
B=42.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1641372250.270.3900.12258.4159.4670.98
HexA489E11B270C1023b47
Octal244211341334701440273107
Binary10100100100010011110000111011100111011001000000101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489E1; }

 p { color: rgb(164,137,225); }

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

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

 a { background-color: rgb(164,137,225); }

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

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

 span { border-color: rgb(164,137,225); }

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