#A190EB

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

Shades of Biloba Flower #A190EB

Tints of Biloba Flower #A190EB

Color information

#A190EB (or 0xA190EB) is unknown color: approx Biloba Flower. HEX triplet: A1, 90 and EB. RGB value is (161,144,235). Sum of RGB (Red+Green+Blue) = 161+144+235=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #A190EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190EB is #5E6F14. Grayscale: #9F9F9F. Windows color (decimal): -6188821 or 15437985. OLE color: 15437985.

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

Color convert

RGB161144235-
CMYK0.310.3900.08
HSL251.21º69.47%74.31%-
HSV(B)251.21º38.72%92.16%-
XYZ39.6733.5282.98-
YUV159.46170.63129.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.81%
GREEN value IS 144 (56.64% from 255) = 26.67%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=29.81%
G=26.67%
B=43.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611442350.310.3900.08251.2169.4774.31
HexA190EB1F2708fb454a
Octal2412203533747010373105112
Binary10100001100100001110101111111100111010001111101110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190EB; }

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

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

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

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

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

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

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

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