#A394F5

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

Shades of Biloba Flower #A394F5

Tints of Biloba Flower #A394F5

Color information

#A394F5 (or 0xA394F5) is unknown color: approx Biloba Flower. HEX triplet: A3, 94 and F5. RGB value is (163,148,245). Sum of RGB (Red+Green+Blue) = 163+148+245=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 245 (96.09% from 255 or 44.06% from 556); Max value from RGB is 245 - color contains mainly: blue. Hex color #A394F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A394F5 is #5C6B0A. Grayscale: #A3A3A3. Windows color (decimal): -6056715 or 16094371. OLE color: 16094371.

HSL color Cylindrical-coordinate representation of color #A394F5: hue angle of 249.28º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A394F5 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB163148245-
CMYK0.330.4000.04
HSL249.28º82.91%77.06%-
HSV(B)249.28º39.59%96.08%-
XYZ42.1835.5691.03-
YUV163.54173.97127.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.32%
GREEN value IS 148 (58.20% from 255) = 26.62%
BLUE value IS 245 (96.09% from 255) = 44.06%
R=29.32%
G=26.62%
B=44.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1631482450.330.4000.04249.2882.9177.06
HexA394F5212804f9534d
Octal243224365415004371123115
Binary10100011100101001111010110000110100001001111100110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A394F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A394F5; }

 p { color: rgb(163,148,245); }

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

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

 a { background-color: rgb(163,148,245); }

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

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

 span { border-color: rgb(163,148,245); }

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