#A395F9

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

Shades of Biloba Flower #A395F9

Tints of Biloba Flower #A395F9

Color information

#A395F9 (or 0xA395F9) is unknown color: approx Biloba Flower. HEX triplet: A3, 95 and F9. RGB value is (163,149,249). Sum of RGB (Red+Green+Blue) = 163+149+249=561 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.06% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #A395F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A395F9 is #5C6A06. Grayscale: #A4A4A4. Windows color (decimal): -6056455 or 16356771. OLE color: 16356771.

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

Color convert

RGB163149249-
CMYK0.350.4000.02
HSL248.4º89.29%78.04%-
HSV(B)248.4º40.16%97.65%-
XYZ42.9536.1294.33-
YUV164.59175.64126.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.06%
GREEN value IS 149 (58.59% from 255) = 26.56%
BLUE value IS 249 (97.66% from 255) = 44.39%
R=29.06%
G=26.56%
B=44.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631492490.350.4000.02248.489.2978.04
HexA395F9232802f8594e
Octal243225371435002370131116
Binary1010001110010101111110011000111010000101111100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A395F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A395F9; }

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

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

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

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

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

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

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

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