#A293FA

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

Shades of Biloba Flower #A293FA

Tints of Biloba Flower #A293FA

Color information

#A293FA (or 0xA293FA) is unknown color: approx Biloba Flower. HEX triplet: A2, 93 and FA. RGB value is (162,147,250). Sum of RGB (Red+Green+Blue) = 162+147+250=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #A293FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A293FA is #5D6C05. Grayscale: #A2A2A2. Windows color (decimal): -6122502 or 16421794. OLE color: 16421794.

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

Color convert

RGB162147250-
CMYK0.350.4100.02
HSL248.74º91.15%77.84%-
HSV(B)248.74º41.2%98.04%-
XYZ42.5935.4595.04-
YUV163.23176.97127.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.98%
GREEN value IS 147 (57.81% from 255) = 26.30%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=28.98%
G=26.30%
B=44.72%

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
Decimal1621472500.350.4100.02248.7491.1577.84
HexA293FA232902f95b4e
Octal242223372435102371133116
Binary1010001010010011111110101000111010010101111100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A293FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A293FA; }

 p { color: rgb(162,147,250); }

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

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

 a { background-color: rgb(162,147,250); }

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

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

 span { border-color: rgb(162,147,250); }

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