#A494F1

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

Shades of Biloba Flower #A494F1

Tints of Biloba Flower #A494F1

Color information

#A494F1 (or 0xA494F1) is unknown color: approx Biloba Flower. HEX triplet: A4, 94 and F1. RGB value is (164,148,241). Sum of RGB (Red+Green+Blue) = 164+148+241=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #A494F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A494F1 is #5B6B0E. Grayscale: #A3A3A3. Windows color (decimal): -5991183 or 15832228. OLE color: 15832228.

HSL color Cylindrical-coordinate representation of color #A494F1: hue angle of 250.32º 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 #A494F1 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164148241-
CMYK0.320.3900.05
HSL250.32º76.86%76.27%-
HSV(B)250.32º38.59%94.51%-
XYZ41.7835.4287.85-
YUV163.39171.8128.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.66%
GREEN value IS 148 (58.20% from 255) = 26.76%
BLUE value IS 241 (94.53% from 255) = 43.58%
R=29.66%
G=26.76%
B=43.58%

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
Decimal1641482410.320.3900.05250.3276.8676.27
HexA494F1202705fa4d4c
Octal244224361404705372115114
Binary10100100100101001111000110000010011101011111101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494F1; }

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

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

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

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

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

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

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

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