#A489F1

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

Shades of Biloba Flower #A489F1

Tints of Biloba Flower #A489F1

Color information

#A489F1 (or 0xA489F1) is unknown color: approx Biloba Flower. HEX triplet: A4, 89 and F1. RGB value is (164,137,241). Sum of RGB (Red+Green+Blue) = 164+137+241=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #A489F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A489F1 is #5B760E. Grayscale: #9C9C9C. Windows color (decimal): -5993999 or 15829412. OLE color: 15829412.

HSL color Cylindrical-coordinate representation of color #A489F1: hue angle of 255.58º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A489F1 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164137241-
CMYK0.320.4300.05
HSL255.58º78.79%74.12%-
HSV(B)255.58º43.15%94.51%-
XYZ40.1332.1387.31-
YUV156.93175.45133.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.26%
GREEN value IS 137 (53.91% from 255) = 25.28%
BLUE value IS 241 (94.53% from 255) = 44.46%
R=30.26%
G=25.28%
B=44.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641372410.320.4300.05255.5878.7974.12
HexA489F1202B051004f4a
Octal244211361405305400117112
Binary101001001000100111110001100000101011010110000000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489F1; }

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

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

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

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

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

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

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

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