#A191F0

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

Shades of Biloba Flower #A191F0

Tints of Biloba Flower #A191F0

Color information

#A191F0 (or 0xA191F0) is unknown color: approx Biloba Flower. HEX triplet: A1, 91 and F0. RGB value is (161,145,240). Sum of RGB (Red+Green+Blue) = 161+145+240=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #A191F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A191F0 is #5E6E0F. Grayscale: #A0A0A0. Windows color (decimal): -6188560 or 15765921. OLE color: 15765921.

HSL color Cylindrical-coordinate representation of color #A191F0: hue angle of 250.11º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A191F0 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB161145240-
CMYK0.330.4000.06
HSL250.11º76%75.49%-
HSV(B)250.11º39.58%94.12%-
XYZ40.5534.1286.89-
YUV160.61172.8128.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.49%
GREEN value IS 145 (57.03% from 255) = 26.56%
BLUE value IS 240 (94.14% from 255) = 43.96%
R=29.49%
G=26.56%
B=43.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1611452400.330.4000.06250.117675.49
HexA191F0212806fa4c4b
Octal241221360415006372114113
Binary10100001100100011111000010000110100001101111101010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191F0; }

 p { color: rgb(161,145,240); }

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

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

 a { background-color: rgb(161,145,240); }

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

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

 span { border-color: rgb(161,145,240); }

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