#A390EB

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

Shades of Biloba Flower #A390EB

Tints of Biloba Flower #A390EB

Color information

#A390EB (or 0xA390EB) is unknown color: approx Biloba Flower. HEX triplet: A3, 90 and EB. RGB value is (163,144,235). Sum of RGB (Red+Green+Blue) = 163+144+235=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #A390EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A390EB is #5C6F14. Grayscale: #9F9F9F. Windows color (decimal): -6057749 or 15437987. OLE color: 15437987.

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

Color convert

RGB163144235-
CMYK0.310.3900.08
HSL252.53º69.47%74.31%-
HSV(B)252.53º38.72%92.16%-
XYZ40.0733.7383-
YUV160.05170.29130.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.07%
GREEN value IS 144 (56.64% from 255) = 26.57%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=30.07%
G=26.57%
B=43.36%

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
Decimal1631442350.310.3900.08252.5369.4774.31
HexA390EB1F2708fd454a
Octal2432203533747010375105112
Binary10100011100100001110101111111100111010001111110110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A390EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A390EB; }

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

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

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

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

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

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

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

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