#A290E5

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

Shades of Biloba Flower #A290E5

Tints of Biloba Flower #A290E5

Color information

#A290E5 (or 0xA290E5) is unknown color: approx Biloba Flower. HEX triplet: A2, 90 and E5. RGB value is (162,144,229). Sum of RGB (Red+Green+Blue) = 162+144+229=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #A290E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290E5 is #5D6F1A. Grayscale: #9E9E9E. Windows color (decimal): -6123291 or 15044770. OLE color: 15044770.

HSL color Cylindrical-coordinate representation of color #A290E5: hue angle of 252.71º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A290E5 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB162144229-
CMYK0.290.3700.10
HSL252.71º62.04%73.14%-
HSV(B)252.71º37.12%89.8%-
XYZ39.0233.2978.5-
YUV159.07167.46130.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.28%
GREEN value IS 144 (56.64% from 255) = 26.92%
BLUE value IS 229 (89.84% from 255) = 42.80%
R=30.28%
G=26.92%
B=42.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1621442290.290.3700.10252.7162.0473.14
HexA290E51D250Afd3e49
Octal242220345354501237576111
Binary1010001010010000111001011110110010101010111111011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A290E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A290E5; }

 p { color: rgb(162,144,229); }

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

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

 a { background-color: rgb(162,144,229); }

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

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

 span { border-color: rgb(162,144,229); }

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