#A391F1

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

Shades of Biloba Flower #A391F1

Tints of Biloba Flower #A391F1

Color information

#A391F1 (or 0xA391F1) is unknown color: approx Biloba Flower. HEX triplet: A3, 91 and F1. RGB value is (163,145,241). Sum of RGB (Red+Green+Blue) = 163+145+241=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #A391F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A391F1 is #5C6E0E. Grayscale: #A0A0A0. Windows color (decimal): -6057487 or 15831459. OLE color: 15831459.

HSL color Cylindrical-coordinate representation of color #A391F1: hue angle of 251.25º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A391F1 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB163145241-
CMYK0.320.4000.05
HSL251.25º77.42%75.69%-
HSV(B)251.25º39.83%94.51%-
XYZ41.1134.3987.69-
YUV161.33172.96129.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.69%
GREEN value IS 145 (57.03% from 255) = 26.41%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=29.69%
G=26.41%
B=43.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631452410.320.4000.05251.2577.4275.69
HexA391F1202805fb4d4c
Octal243221361405005373115114
Binary10100011100100011111000110000010100001011111101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A391F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A391F1; }

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

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

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

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

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

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

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

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