#A190E6

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

Shades of Biloba Flower #A190E6

Tints of Biloba Flower #A190E6

Color information

#A190E6 (or 0xA190E6) is unknown color: approx Biloba Flower. HEX triplet: A1, 90 and E6. RGB value is (161,144,230). Sum of RGB (Red+Green+Blue) = 161+144+230=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #A190E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190E6 is #5E6F19. Grayscale: #9E9E9E. Windows color (decimal): -6188826 or 15110305. OLE color: 15110305.

HSL color Cylindrical-coordinate representation of color #A190E6: hue angle of 251.86º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A190E6 is Cyan = 0.3, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB161144230-
CMYK0.30.3700.10
HSL251.86º63.24%73.33%-
HSV(B)251.86º37.39%90.2%-
XYZ38.9533.2479.23-
YUV158.89168.13129.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.09%
GREEN value IS 144 (56.64% from 255) = 26.92%
BLUE value IS 230 (90.23% from 255) = 42.99%
R=30.09%
G=26.92%
B=42.99%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1611442300.30.3700.10251.8663.2473.33
HexA190E61E250Afc3f49
Octal241220346364501237477111
Binary1010000110010000111001101111010010101010111111001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190E6; }

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

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

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

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

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

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

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

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