#A590E8

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

Shades of Biloba Flower #A590E8

Tints of Biloba Flower #A590E8

Color information

#A590E8 (or 0xA590E8) is unknown color: approx Biloba Flower. HEX triplet: A5, 90 and E8. RGB value is (165,144,232). Sum of RGB (Red+Green+Blue) = 165+144+232=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 232 - color contains mainly: blue. Hex color #A590E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A590E8 is #5A6F17. Grayscale: #9F9F9F. Windows color (decimal): -5926680 or 15241381. OLE color: 15241381.

HSL color Cylindrical-coordinate representation of color #A590E8: hue angle of 254.32º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A590E8 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB165144232-
CMYK0.290.3800.09
HSL254.32º65.67%73.73%-
HSV(B)254.32º37.93%90.98%-
XYZ40.0633.7780.75-
YUV160.31168.46131.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.50%
GREEN value IS 144 (56.64% from 255) = 26.62%
BLUE value IS 232 (91.02% from 255) = 42.88%
R=30.50%
G=26.62%
B=42.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1651442320.290.3800.09254.3265.6773.73
HexA590E81D2609fe424a
Octal2452203503546011376102112
Binary10100101100100001110100011101100110010011111111010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A590E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A590E8; }

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

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

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

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

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

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

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

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