#A391E1

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

Shades of Biloba Flower #A391E1

Tints of Biloba Flower #A391E1

Color information

#A391E1 (or 0xA391E1) is unknown color: approx Biloba Flower. HEX triplet: A3, 91 and E1. RGB value is (163,145,225). Sum of RGB (Red+Green+Blue) = 163+145+225=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #A391E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391E1 is #5C6E1E. Grayscale: #9F9F9F. Windows color (decimal): -6057503 or 14782883. OLE color: 14782883.

HSL color Cylindrical-coordinate representation of color #A391E1: hue angle of 253.5º 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 #A391E1 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB163145225-
CMYK0.280.3600.12
HSL253.5º57.14%72.55%-
HSV(B)253.5º35.56%88.24%-
XYZ38.8233.4775.65-
YUV159.5164.96130.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.58%
GREEN value IS 145 (57.03% from 255) = 27.20%
BLUE value IS 225 (88.28% from 255) = 42.21%
R=30.58%
G=27.20%
B=42.21%

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
Decimal1631452250.280.3600.12253.557.1472.55
HexA391E11C240Cfe3949
Octal243221341344401437671111
Binary1010001110010001111000011110010010001100111111101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A391E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A391E1; }

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

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

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

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

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

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

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

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