#A493F1

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

Shades of Biloba Flower #A493F1

Tints of Biloba Flower #A493F1

Color information

#A493F1 (or 0xA493F1) is unknown color: approx Biloba Flower. HEX triplet: A4, 93 and F1. RGB value is (164,147,241). Sum of RGB (Red+Green+Blue) = 164+147+241=552 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.71% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #A493F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A493F1 is #5B6C0E. Grayscale: #A2A2A2. Windows color (decimal): -5991439 or 15831972. OLE color: 15831972.

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

Color convert

RGB164147241-
CMYK0.320.3900.05
HSL250.85º77.05%76.08%-
HSV(B)250.85º39%94.51%-
XYZ41.6235.1187.8-
YUV162.8172.13128.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.71%
GREEN value IS 147 (57.81% from 255) = 26.63%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=29.71%
G=26.63%
B=43.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641472410.320.3900.05250.8577.0576.08
HexA493F1202705fb4d4c
Octal244223361404705373115114
Binary10100100100100111111000110000010011101011111101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A493F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A493F1; }

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

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

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

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

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

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

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

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