#A191EA

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

Shades of Biloba Flower #A191EA

Tints of Biloba Flower #A191EA

Color information

#A191EA (or 0xA191EA) is unknown color: approx Biloba Flower. HEX triplet: A1, 91 and EA. RGB value is (161,145,234). Sum of RGB (Red+Green+Blue) = 161+145+234=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #A191EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A191EA is #5E6E15. Grayscale: #9F9F9F. Windows color (decimal): -6188566 or 15372705. OLE color: 15372705.

HSL color Cylindrical-coordinate representation of color #A191EA: hue angle of 250.79º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A191EA is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161145234-
CMYK0.310.3800.08
HSL250.79º67.94%74.31%-
HSV(B)250.79º38.03%91.76%-
XYZ39.6733.7782.27-
YUV159.93169.8128.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.81%
GREEN value IS 145 (57.03% from 255) = 26.85%
BLUE value IS 234 (91.80% from 255) = 43.33%
R=29.81%
G=26.85%
B=43.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611452340.310.3800.08250.7967.9474.31
HexA191EA1F2608fb444a
Octal2412213523746010373104112
Binary10100001100100011110101011111100110010001111101110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191EA; }

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

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

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

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

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

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

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

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