#A190EE

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

Shades of Biloba Flower #A190EE

Tints of Biloba Flower #A190EE

Color information

#A190EE (or 0xA190EE) is unknown color: approx Biloba Flower. HEX triplet: A1, 90 and EE. RGB value is (161,144,238). Sum of RGB (Red+Green+Blue) = 161+144+238=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #A190EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190EE is #5E6F11. Grayscale: #9F9F9F. Windows color (decimal): -6188818 or 15634593. OLE color: 15634593.

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

Color convert

RGB161144238-
CMYK0.320.3900.07
HSL250.85º73.44%74.9%-
HSV(B)250.85º39.5%93.33%-
XYZ40.133.785.28-
YUV159.8172.13128.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.65%
GREEN value IS 144 (56.64% from 255) = 26.52%
BLUE value IS 238 (93.36% from 255) = 43.83%
R=29.65%
G=26.52%
B=43.83%

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
Decimal1611442380.320.3900.07250.8573.4474.9
HexA190EE202707fb494b
Octal241220356404707373111113
Binary10100001100100001110111010000010011101111111101110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190EE; }

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

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

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

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

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

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

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

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