#A391F2

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

Shades of Biloba Flower #A391F2

Tints of Biloba Flower #A391F2

Color information

#A391F2 (or 0xA391F2) is unknown color: approx Biloba Flower. HEX triplet: A3, 91 and F2. RGB value is (163,145,242). Sum of RGB (Red+Green+Blue) = 163+145+242=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #A391F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A391F2 is #5C6E0D. Grayscale: #A1A1A1. Windows color (decimal): -6057486 or 15896995. OLE color: 15896995.

HSL color Cylindrical-coordinate representation of color #A391F2: hue angle of 251.13º degrees, saturation: 0.79, 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 #A391F2 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB163145242-
CMYK0.330.4000.05
HSL251.13º78.86%75.88%-
HSV(B)251.13º40.08%94.9%-
XYZ41.2634.4588.48-
YUV161.44173.46129.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.64%
GREEN value IS 145 (57.03% from 255) = 26.36%
BLUE value IS 242 (94.92% from 255) = 44%
R=29.64%
G=26.36%
B=44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631452420.330.4000.05251.1378.8675.88
HexA391F2212805fb4f4c
Octal243221362415005373117114
Binary10100011100100011111001010000110100001011111101110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A391F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A391F2; }

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

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

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

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

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

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

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

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