#A191E1

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

Shades of Biloba Flower #A191E1

Tints of Biloba Flower #A191E1

Color information

#A191E1 (or 0xA191E1) is unknown color: approx Biloba Flower. HEX triplet: A1, 91 and E1. RGB value is (161,145,225). Sum of RGB (Red+Green+Blue) = 161+145+225=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #A191E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191E1 is #5E6E1E. Grayscale: #9E9E9E. Windows color (decimal): -6188575 or 14782881. OLE color: 14782881.

HSL color Cylindrical-coordinate representation of color #A191E1: hue angle of 252º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A191E1 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB161145225-
CMYK0.280.3600.12
HSL252º57.14%72.55%-
HSV(B)252º35.56%88.24%-
XYZ38.4133.2675.63-
YUV158.9165.3129.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.32%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 225 (88.28% from 255) = 42.37%
R=30.32%
G=27.31%
B=42.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1611452250.280.3600.1225257.1472.55
HexA191E11C240Cfc3949
Octal241221341344401437471111
Binary1010000110010001111000011110010010001100111111001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191E1; }

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

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

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

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

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

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

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

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