#A191EE

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

Shades of Biloba Flower #A191EE

Tints of Biloba Flower #A191EE

Color information

#A191EE (or 0xA191EE) is unknown color: approx Biloba Flower. HEX triplet: A1, 91 and EE. RGB value is (161,145,238). Sum of RGB (Red+Green+Blue) = 161+145+238=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #A191EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A191EE is #5E6E11. Grayscale: #A0A0A0. Windows color (decimal): -6188562 or 15634849. OLE color: 15634849.

HSL color Cylindrical-coordinate representation of color #A191EE: hue angle of 250.32º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A191EE is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161145238-
CMYK0.320.3900.07
HSL250.32º73.23%75.1%-
HSV(B)250.32º39.08%93.33%-
XYZ40.263485.33-
YUV160.39171.8128.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.60%
GREEN value IS 145 (57.03% from 255) = 26.65%
BLUE value IS 238 (93.36% from 255) = 43.75%
R=29.60%
G=26.65%
B=43.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611452380.320.3900.07250.3273.2375.1
HexA191EE202707fa494b
Octal241221356404707372111113
Binary10100001100100011110111010000010011101111111101010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191EE; }

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

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

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

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

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

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

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

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