#A491FA

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

Shades of Biloba Flower #A491FA

Tints of Biloba Flower #A491FA

Color information

#A491FA (or 0xA491FA) is unknown color: approx Biloba Flower. HEX triplet: A4, 91 and FA. RGB value is (164,145,250). Sum of RGB (Red+Green+Blue) = 164+145+250=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #A491FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A491FA is #5B6E05. Grayscale: #A2A2A2. Windows color (decimal): -5991942 or 16421284. OLE color: 16421284.

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

Color convert

RGB164145250-
CMYK0.340.4200.02
HSL250.86º91.3%77.45%-
HSV(B)250.86º42%98.04%-
XYZ42.6935.0594.96-
YUV162.65177.29128.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.34%
GREEN value IS 145 (57.03% from 255) = 25.94%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=29.34%
G=25.94%
B=44.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641452500.340.4200.02250.8691.377.45
HexA491FA222A02fb5b4d
Octal244221372425202373133115
Binary1010010010010001111110101000101010100101111101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A491FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A491FA; }

 p { color: rgb(164,145,250); }

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

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

 a { background-color: rgb(164,145,250); }

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

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

 span { border-color: rgb(164,145,250); }

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