#A191E5

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

Shades of Biloba Flower #A191E5

Tints of Biloba Flower #A191E5

Color information

#A191E5 (or 0xA191E5) is unknown color: approx Biloba Flower. HEX triplet: A1, 91 and E5. RGB value is (161,145,229). Sum of RGB (Red+Green+Blue) = 161+145+229=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #A191E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191E5 is #5E6E1A. Grayscale: #9F9F9F. Windows color (decimal): -6188571 or 15045025. OLE color: 15045025.

HSL color Cylindrical-coordinate representation of color #A191E5: hue angle of 251.43º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A191E5 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB161145229-
CMYK0.300.3700.10
HSL251.43º61.76%73.33%-
HSV(B)251.43º36.68%89.8%-
XYZ38.9733.4978.54-
YUV159.36167.3129.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.09%
GREEN value IS 145 (57.03% from 255) = 27.10%
BLUE value IS 229 (89.84% from 255) = 42.80%
R=30.09%
G=27.10%
B=42.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1611452290.300.3700.10251.4361.7673.33
HexA191E51E250Afb3e49
Octal241221345364501237376111
Binary1010000110010001111001011111010010101010111110111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191E5; }

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

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

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

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

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

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

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

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