#A390EC

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

Shades of Biloba Flower #A390EC

Tints of Biloba Flower #A390EC

Color information

#A390EC (or 0xA390EC) is unknown color: approx Biloba Flower. HEX triplet: A3, 90 and EC. RGB value is (163,144,236). Sum of RGB (Red+Green+Blue) = 163+144+236=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #A390EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A390EC is #5C6F13. Grayscale: #9F9F9F. Windows color (decimal): -6057748 or 15503523. OLE color: 15503523.

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

Color convert

RGB163144236-
CMYK0.310.3900.07
HSL252.39º70.77%74.51%-
HSV(B)252.39º38.98%92.55%-
XYZ40.2233.7983.76-
YUV160.17170.79130.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.02%
GREEN value IS 144 (56.64% from 255) = 26.52%
BLUE value IS 236 (92.58% from 255) = 43.46%
R=30.02%
G=26.52%
B=43.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631442360.310.3900.07252.3970.7774.51
HexA390EC1F2707fc474b
Octal243220354374707374107113
Binary1010001110010000111011001111110011101111111110010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A390EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A390EC; }

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

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

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

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

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

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

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

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