#A190EC

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

Shades of Biloba Flower #A190EC

Tints of Biloba Flower #A190EC

Color information

#A190EC (or 0xA190EC) is unknown color: approx Biloba Flower. HEX triplet: A1, 90 and EC. RGB value is (161,144,236). Sum of RGB (Red+Green+Blue) = 161+144+236=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #A190EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190EC is #5E6F13. Grayscale: #9F9F9F. Windows color (decimal): -6188820 or 15503521. OLE color: 15503521.

HSL color Cylindrical-coordinate representation of color #A190EC: hue angle of 251.09º degrees, saturation: 0.71, 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 #A190EC is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161144236-
CMYK0.320.3900.07
HSL251.09º70.77%74.51%-
HSV(B)251.09º38.98%92.55%-
XYZ39.8133.5883.74-
YUV159.57171.13129.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.76%
GREEN value IS 144 (56.64% from 255) = 26.62%
BLUE value IS 236 (92.58% from 255) = 43.62%
R=29.76%
G=26.62%
B=43.62%

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
Decimal1611442360.320.3900.07251.0970.7774.51
HexA190EC202707fb474b
Octal241220354404707373107113
Binary10100001100100001110110010000010011101111111101110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190EC; }

 p { color: rgb(161,144,236); }

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

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

 a { background-color: rgb(161,144,236); }

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

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

 span { border-color: rgb(161,144,236); }

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