#A191F6

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

Shades of Biloba Flower #A191F6

Tints of Biloba Flower #A191F6

Color information

#A191F6 (or 0xA191F6) is unknown color: approx Biloba Flower. HEX triplet: A1, 91 and F6. RGB value is (161,145,246). Sum of RGB (Red+Green+Blue) = 161+145+246=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #A191F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A191F6 is #5E6E09. Grayscale: #A0A0A0. Windows color (decimal): -6188554 or 16159137. OLE color: 16159137.

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

Color convert

RGB161145246-
CMYK0.350.4100.04
HSL249.5º84.87%76.67%-
HSV(B)249.5º41.06%96.47%-
XYZ41.4634.4891.66-
YUV161.3175.8127.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.17%
GREEN value IS 145 (57.03% from 255) = 26.27%
BLUE value IS 246 (96.48% from 255) = 44.57%
R=29.17%
G=26.27%
B=44.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1611452460.350.4100.04249.584.8776.67
HexA191F6232904fa554d
Octal241221366435104372125115
Binary10100001100100011111011010001110100101001111101010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191F6; }

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

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

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

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

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

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

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

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