#A493E1

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

Shades of Biloba Flower #A493E1

Tints of Biloba Flower #A493E1

Color information

#A493E1 (or 0xA493E1) is unknown color: approx Biloba Flower. HEX triplet: A4, 93 and E1. RGB value is (164,147,225). Sum of RGB (Red+Green+Blue) = 164+147+225=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #A493E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A493E1 is #5B6C1E. Grayscale: #A0A0A0. Windows color (decimal): -5991455 or 14783396. OLE color: 14783396.

HSL color Cylindrical-coordinate representation of color #A493E1: hue angle of 253.08º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A493E1 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB164147225-
CMYK0.270.3500.12
HSL253.08º56.52%72.94%-
HSV(B)253.08º34.67%88.24%-
XYZ39.3334.275.76-
YUV160.98164.13130.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.60%
GREEN value IS 147 (57.81% from 255) = 27.43%
BLUE value IS 225 (88.28% from 255) = 41.98%
R=30.60%
G=27.43%
B=41.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1641472250.270.3500.12253.0856.5272.94
HexA493E11B230Cfd3949
Octal244223341334301437571111
Binary1010010010010011111000011101110001101100111111011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A493E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A493E1; }

 p { color: rgb(164,147,225); }

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

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

 a { background-color: rgb(164,147,225); }

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

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

 span { border-color: rgb(164,147,225); }

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