#A590EE

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

Shades of Biloba Flower #A590EE

Tints of Biloba Flower #A590EE

Color information

#A590EE (or 0xA590EE) is unknown color: approx Biloba Flower. HEX triplet: A5, 90 and EE. RGB value is (165,144,238). Sum of RGB (Red+Green+Blue) = 165+144+238=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #A590EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A590EE is #5A6F11. Grayscale: #A0A0A0. Windows color (decimal): -5926674 or 15634597. OLE color: 15634597.

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

Color convert

RGB165144238-
CMYK0.310.3900.07
HSL253.4º73.44%74.9%-
HSV(B)253.4º39.5%93.33%-
XYZ40.9234.1285.32-
YUV161171.46130.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.16%
GREEN value IS 144 (56.64% from 255) = 26.33%
BLUE value IS 238 (93.36% from 255) = 43.51%
R=30.16%
G=26.33%
B=43.51%

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
Decimal1651442380.310.3900.07253.473.4474.9
HexA590EE1F2707fd494b
Octal245220356374707375111113
Binary1010010110010000111011101111110011101111111110110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A590EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A590EE; }

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

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

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

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

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

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

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

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