#A291E4

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

Shades of Biloba Flower #A291E4

Tints of Biloba Flower #A291E4

Color information

#A291E4 (or 0xA291E4) is unknown color: approx Biloba Flower. HEX triplet: A2, 91 and E4. RGB value is (162,145,228). Sum of RGB (Red+Green+Blue) = 162+145+228=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 228 - color contains mainly: blue. Hex color #A291E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291E4 is #5D6E1B. Grayscale: #9F9F9F. Windows color (decimal): -6123036 or 14979490. OLE color: 14979490.

HSL color Cylindrical-coordinate representation of color #A291E4: hue angle of 252.29º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A291E4 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB162145228-
CMYK0.290.3600.11
HSL252.29º60.58%73.14%-
HSV(B)252.29º36.4%89.41%-
XYZ39.0333.5377.81-
YUV159.54166.63129.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.28%
GREEN value IS 145 (57.03% from 255) = 27.10%
BLUE value IS 228 (89.45% from 255) = 42.62%
R=30.28%
G=27.10%
B=42.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1621452280.290.3600.11252.2960.5873.14
HexA291E41D240Bfc3d49
Octal242221344354401337475111
Binary1010001010010001111001001110110010001011111111001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A291E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A291E4; }

 p { color: rgb(162,145,228); }

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

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

 a { background-color: rgb(162,145,228); }

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

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

 span { border-color: rgb(162,145,228); }

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