#A494F2

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

Shades of Biloba Flower #A494F2

Tints of Biloba Flower #A494F2

Color information

#A494F2 (or 0xA494F2) is unknown color: approx Biloba Flower. HEX triplet: A4, 94 and F2. RGB value is (164,148,242). Sum of RGB (Red+Green+Blue) = 164+148+242=554 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.60% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #A494F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A494F2 is #5B6B0D. Grayscale: #A3A3A3. Windows color (decimal): -5991182 or 15897764. OLE color: 15897764.

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

Color convert

RGB164148242-
CMYK0.320.3900.05
HSL250.21º78.33%76.47%-
HSV(B)250.21º38.84%94.9%-
XYZ41.9335.4888.64-
YUV163.5172.3128.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.60%
GREEN value IS 148 (58.20% from 255) = 26.71%
BLUE value IS 242 (94.92% from 255) = 43.68%
R=29.60%
G=26.71%
B=43.68%

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
Decimal1641482420.320.3900.05250.2178.3376.47
HexA494F2202705fa4e4c
Octal244224362404705372116114
Binary10100100100101001111001010000010011101011111101010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494F2; }

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

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

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

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

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

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

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

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