#A291E1

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

Shades of Biloba Flower #A291E1

Tints of Biloba Flower #A291E1

Color information

#A291E1 (or 0xA291E1) is unknown color: approx Biloba Flower. HEX triplet: A2, 91 and E1. RGB value is (162,145,225). Sum of RGB (Red+Green+Blue) = 162+145+225=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #A291E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291E1 is #5D6E1E. Grayscale: #9E9E9E. Windows color (decimal): -6123039 or 14782882. OLE color: 14782882.

HSL color Cylindrical-coordinate representation of color #A291E1: hue angle of 252.75º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A291E1 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB162145225-
CMYK0.280.3600.12
HSL252.75º57.14%72.55%-
HSV(B)252.75º35.56%88.24%-
XYZ38.6233.3775.64-
YUV159.2165.13130-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.45%
GREEN value IS 145 (57.03% from 255) = 27.26%
BLUE value IS 225 (88.28% from 255) = 42.29%
R=30.45%
G=27.26%
B=42.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1621452250.280.3600.12252.7557.1472.55
HexA291E11C240Cfd3949
Octal242221341344401437571111
Binary1010001010010001111000011110010010001100111111011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A291E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A291E1; }

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

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

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

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

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

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

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

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