#A490F1

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

Shades of Biloba Flower #A490F1

Tints of Biloba Flower #A490F1

Color information

#A490F1 (or 0xA490F1) is unknown color: approx Biloba Flower. HEX triplet: A4, 90 and F1. RGB value is (164,144,241). Sum of RGB (Red+Green+Blue) = 164+144+241=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #A490F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A490F1 is #5B6F0E. Grayscale: #A0A0A0. Windows color (decimal): -5992207 or 15831204. OLE color: 15831204.

HSL color Cylindrical-coordinate representation of color #A490F1: hue angle of 252.37º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A490F1 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164144241-
CMYK0.320.4000.05
HSL252.37º77.6%75.49%-
HSV(B)252.37º40.25%94.51%-
XYZ41.1634.1987.65-
YUV161.04173.13130.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.87%
GREEN value IS 144 (56.64% from 255) = 26.23%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=29.87%
G=26.23%
B=43.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641442410.320.4000.05252.3777.675.49
HexA490F1202805fc4e4b
Octal244220361405005374116113
Binary10100100100100001111000110000010100001011111110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A490F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A490F1; }

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

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

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

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

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

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

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

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