#A191F1

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

Shades of Biloba Flower #A191F1

Tints of Biloba Flower #A191F1

Color information

#A191F1 (or 0xA191F1) is unknown color: approx Biloba Flower. HEX triplet: A1, 91 and F1. RGB value is (161,145,241). Sum of RGB (Red+Green+Blue) = 161+145+241=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #A191F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A191F1 is #5E6E0E. Grayscale: #A0A0A0. Windows color (decimal): -6188559 or 15831457. OLE color: 15831457.

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

Color convert

RGB161145241-
CMYK0.330.4000.05
HSL250º77.42%75.69%-
HSV(B)250º39.83%94.51%-
XYZ40.734.1887.67-
YUV160.73173.3128.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.43%
GREEN value IS 145 (57.03% from 255) = 26.51%
BLUE value IS 241 (94.53% from 255) = 44.06%
R=29.43%
G=26.51%
B=44.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611452410.330.4000.0525077.4275.69
HexA191F1212805fa4d4c
Octal241221361415005372115114
Binary10100001100100011111000110000110100001011111101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191F1; }

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

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

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

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

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

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

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

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