#A394FB

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

Shades of Biloba Flower #A394FB

Tints of Biloba Flower #A394FB

Color information

#A394FB (or 0xA394FB) is unknown color: approx Biloba Flower. HEX triplet: A3, 94 and FB. RGB value is (163,148,251). Sum of RGB (Red+Green+Blue) = 163+148+251=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #A394FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A394FB is #5C6B04. Grayscale: #A3A3A3. Windows color (decimal): -6056709 or 16487587. OLE color: 16487587.

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

Color convert

RGB163148251-
CMYK0.350.4100.02
HSL248.74º92.79%78.24%-
HSV(B)248.74º41.04%98.43%-
XYZ43.1135.9395.93-
YUV164.23176.97127.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.00%
GREEN value IS 148 (58.20% from 255) = 26.33%
BLUE value IS 251 (98.44% from 255) = 44.66%
R=29.00%
G=26.33%
B=44.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631482510.350.4100.02248.7492.7978.24
HexA394FB232902f95d4e
Octal243224373435102371135116
Binary1010001110010100111110111000111010010101111100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A394FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A394FB; }

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

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

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

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

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

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

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

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