#A590EC

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

Shades of Biloba Flower #A590EC

Tints of Biloba Flower #A590EC

Color information

#A590EC (or 0xA590EC) is unknown color: approx Biloba Flower. HEX triplet: A5, 90 and EC. RGB value is (165,144,236). Sum of RGB (Red+Green+Blue) = 165+144+236=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #A590EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A590EC is #5A6F13. Grayscale: #A0A0A0. Windows color (decimal): -5926676 or 15503525. OLE color: 15503525.

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

Color convert

RGB165144236-
CMYK0.300.3900.07
HSL253.7º70.77%74.51%-
HSV(B)253.7º38.98%92.55%-
XYZ40.633483.78-
YUV160.77170.46131.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.28%
GREEN value IS 144 (56.64% from 255) = 26.42%
BLUE value IS 236 (92.58% from 255) = 43.30%
R=30.28%
G=26.42%
B=43.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651442360.300.3900.07253.770.7774.51
HexA590EC1E2707fe474b
Octal245220354364707376107113
Binary1010010110010000111011001111010011101111111111010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A590EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A590EC; }

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

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

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

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

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

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

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

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