#A391F9

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

Shades of Biloba Flower #A391F9

Tints of Biloba Flower #A391F9

Color information

#A391F9 (or 0xA391F9) is unknown color: approx Biloba Flower. HEX triplet: A3, 91 and F9. RGB value is (163,145,249). Sum of RGB (Red+Green+Blue) = 163+145+249=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #A391F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A391F9 is #5C6E06. Grayscale: #A1A1A1. Windows color (decimal): -6057479 or 16355747. OLE color: 16355747.

HSL color Cylindrical-coordinate representation of color #A391F9: hue angle of 250.38º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A391F9 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163145249-
CMYK0.350.4200.02
HSL250.38º89.66%77.25%-
HSV(B)250.38º41.77%97.65%-
XYZ42.3334.8894.12-
YUV162.24176.96128.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.26%
GREEN value IS 145 (57.03% from 255) = 26.03%
BLUE value IS 249 (97.66% from 255) = 44.70%
R=29.26%
G=26.03%
B=44.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631452490.350.4200.02250.3889.6677.25
HexA391F9232A02fa5a4d
Octal243221371435202372132115
Binary1010001110010001111110011000111010100101111101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A391F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A391F9; }

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

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

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

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

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

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

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

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