#A494F3

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

Shades of Biloba Flower #A494F3

Tints of Biloba Flower #A494F3

Color information

#A494F3 (or 0xA494F3) is unknown color: approx Biloba Flower. HEX triplet: A4, 94 and F3. RGB value is (164,148,243). Sum of RGB (Red+Green+Blue) = 164+148+243=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #A494F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A494F3 is #5B6B0C. Grayscale: #A3A3A3. Windows color (decimal): -5991181 or 15963300. OLE color: 15963300.

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

Color convert

RGB164148243-
CMYK0.330.3900.05
HSL250.11º79.83%76.67%-
HSV(B)250.11º39.09%95.29%-
XYZ42.0835.5489.44-
YUV163.61172.8128.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.55%
GREEN value IS 148 (58.20% from 255) = 26.67%
BLUE value IS 243 (95.31% from 255) = 43.78%
R=29.55%
G=26.67%
B=43.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641482430.330.3900.05250.1179.8376.67
HexA494F3212705fa504d
Octal244224363414705372120115
Binary10100100100101001111001110000110011101011111101010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494F3; }

 p { color: rgb(164,148,243); }

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

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

 a { background-color: rgb(164,148,243); }

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

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

 span { border-color: rgb(164,148,243); }

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