#A493F9

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

Shades of Biloba Flower #A493F9

Tints of Biloba Flower #A493F9

Color information

#A493F9 (or 0xA493F9) is unknown color: approx Biloba Flower. HEX triplet: A4, 93 and F9. RGB value is (164,147,249). Sum of RGB (Red+Green+Blue) = 164+147+249=560 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.29% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #A493F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A493F9 is #5B6C06. Grayscale: #A3A3A3. Windows color (decimal): -5991431 or 16356260. OLE color: 16356260.

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

Color convert

RGB164147249-
CMYK0.340.4100.02
HSL250º89.47%77.65%-
HSV(B)250º40.96%97.65%-
XYZ42.8435.694.24-
YUV163.71176.13128.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.29%
GREEN value IS 147 (57.81% from 255) = 26.25%
BLUE value IS 249 (97.66% from 255) = 44.46%
R=29.29%
G=26.25%
B=44.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641472490.340.4100.0225089.4777.65
HexA493F9222902fa594e
Octal244223371425102372131116
Binary1010010010010011111110011000101010010101111101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A493F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A493F9; }

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

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

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

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

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

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

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

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