#A490F7

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

Shades of Biloba Flower #A490F7

Tints of Biloba Flower #A490F7

Color information

#A490F7 (or 0xA490F7) is unknown color: approx Biloba Flower. HEX triplet: A4, 90 and F7. RGB value is (164,144,247). Sum of RGB (Red+Green+Blue) = 164+144+247=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 247 - color contains mainly: blue. Hex color #A490F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A490F7 is #5B6F08. Grayscale: #A1A1A1. Windows color (decimal): -5992201 or 16224420. OLE color: 16224420.

HSL color Cylindrical-coordinate representation of color #A490F7: hue angle of 251.65º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A490F7 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB164144247-
CMYK0.340.4200.03
HSL251.65º86.55%76.67%-
HSV(B)251.65º41.7%96.86%-
XYZ42.0734.5592.45-
YUV161.72176.13129.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.55%
GREEN value IS 144 (56.64% from 255) = 25.95%
BLUE value IS 247 (96.88% from 255) = 44.50%
R=29.55%
G=25.95%
B=44.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1641442470.340.4200.03251.6586.5576.67
HexA490F7222A03fc574d
Octal244220367425203374127115
Binary1010010010010000111101111000101010100111111110010101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A490F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A490F7; }

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

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

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

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

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

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

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

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