#A190F4

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

Shades of Biloba Flower #A190F4

Tints of Biloba Flower #A190F4

Color information

#A190F4 (or 0xA190F4) is unknown color: approx Biloba Flower. HEX triplet: A1, 90 and F4. RGB value is (161,144,244). Sum of RGB (Red+Green+Blue) = 161+144+244=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 244 (95.70% from 255 or 44.44% from 549); Max value from RGB is 244 - color contains mainly: blue. Hex color #A190F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190F4 is #5E6F0B. Grayscale: #A0A0A0. Windows color (decimal): -6188812 or 16027809. OLE color: 16027809.

HSL color Cylindrical-coordinate representation of color #A190F4: hue angle of 250.2º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A190F4 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB161144244-
CMYK0.340.4100.04
HSL250.2º81.97%76.08%-
HSV(B)250.2º40.98%95.69%-
XYZ4134.0690-
YUV160.48175.13128.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.33%
GREEN value IS 144 (56.64% from 255) = 26.23%
BLUE value IS 244 (95.70% from 255) = 44.44%
R=29.33%
G=26.23%
B=44.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1611442440.340.4100.04250.281.9776.08
HexA190F4222904fa524c
Octal241220364425104372122114
Binary10100001100100001111010010001010100101001111101010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190F4; }

 p { color: rgb(161,144,244); }

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

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

 a { background-color: rgb(161,144,244); }

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

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

 span { border-color: rgb(161,144,244); }

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