#A395FA

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

Shades of Biloba Flower #A395FA

Tints of Biloba Flower #A395FA

Color information

#A395FA (or 0xA395FA) is unknown color: approx Biloba Flower. HEX triplet: A3, 95 and FA. RGB value is (163,149,250). Sum of RGB (Red+Green+Blue) = 163+149+250=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #A395FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A395FA is #5C6A05. Grayscale: #A4A4A4. Windows color (decimal): -6056454 or 16422307. OLE color: 16422307.

HSL color Cylindrical-coordinate representation of color #A395FA: hue angle of 248.32º degrees, saturation: 0.91, 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 #A395FA is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163149250-
CMYK0.350.4000.02
HSL248.32º90.99%78.24%-
HSV(B)248.32º40.4%98.04%-
XYZ43.1136.1895.15-
YUV164.7176.14126.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.00%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=29.00%
G=26.51%
B=44.48%

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
Decimal1631492500.350.4000.02248.3290.9978.24
HexA395FA232802f85b4e
Octal243225372435002370133116
Binary1010001110010101111110101000111010000101111100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A395FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A395FA; }

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

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

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

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

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

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

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

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