#A191E2

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

Shades of Biloba Flower #A191E2

Tints of Biloba Flower #A191E2

Color information

#A191E2 (or 0xA191E2) is unknown color: approx Biloba Flower. HEX triplet: A1, 91 and E2. RGB value is (161,145,226). Sum of RGB (Red+Green+Blue) = 161+145+226=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 226 - color contains mainly: blue. Hex color #A191E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191E2 is #5E6E1D. Grayscale: #9E9E9E. Windows color (decimal): -6188574 or 14848417. OLE color: 14848417.

HSL color Cylindrical-coordinate representation of color #A191E2: hue angle of 251.85º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A191E2 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB161145226-
CMYK0.290.3600.11
HSL251.85º58.27%72.75%-
HSV(B)251.85º35.84%88.63%-
XYZ38.5533.3276.35-
YUV159.02165.8129.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.26%
GREEN value IS 145 (57.03% from 255) = 27.26%
BLUE value IS 226 (88.67% from 255) = 42.48%
R=30.26%
G=27.26%
B=42.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1611452260.290.3600.11251.8558.2772.75
HexA191E21D240Bfc3a49
Octal241221342354401337472111
Binary1010000110010001111000101110110010001011111111001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191E2; }

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

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

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

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

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

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

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

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