#A293F2

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

Shades of Biloba Flower #A293F2

Tints of Biloba Flower #A293F2

Color information

#A293F2 (or 0xA293F2) is unknown color: approx Biloba Flower. HEX triplet: A2, 93 and F2. RGB value is (162,147,242). Sum of RGB (Red+Green+Blue) = 162+147+242=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #A293F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A293F2 is #5D6C0D. Grayscale: #A1A1A1. Windows color (decimal): -6122510 or 15897506. OLE color: 15897506.

HSL color Cylindrical-coordinate representation of color #A293F2: hue angle of 249.47º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A293F2 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162147242-
CMYK0.330.3900.05
HSL249.47º78.51%76.27%-
HSV(B)249.47º39.26%94.9%-
XYZ41.3634.9688.57-
YUV162.32172.97127.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.40%
GREEN value IS 147 (57.81% from 255) = 26.68%
BLUE value IS 242 (94.92% from 255) = 43.92%
R=29.40%
G=26.68%
B=43.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1621472420.330.3900.05249.4778.5176.27
HexA293F2212705f94f4c
Octal242223362414705371117114
Binary10100010100100111111001010000110011101011111100110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A293F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A293F2; }

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

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

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

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

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

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

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

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