#A393EA

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

Shades of Biloba Flower #A393EA

Tints of Biloba Flower #A393EA

Color information

#A393EA (or 0xA393EA) is unknown color: approx Biloba Flower. HEX triplet: A3, 93 and EA. RGB value is (163,147,234). Sum of RGB (Red+Green+Blue) = 163+147+234=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #A393EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393EA is #5C6C15. Grayscale: #A1A1A1. Windows color (decimal): -6056982 or 15373219. OLE color: 15373219.

HSL color Cylindrical-coordinate representation of color #A393EA: hue angle of 251.03º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A393EA is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163147234-
CMYK0.300.3700.08
HSL251.03º67.44%74.71%-
HSV(B)251.03º37.18%91.76%-
XYZ40.3934.5982.39-
YUV161.7168.8128.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.96%
GREEN value IS 147 (57.81% from 255) = 27.02%
BLUE value IS 234 (91.80% from 255) = 43.01%
R=29.96%
G=27.02%
B=43.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631472340.300.3700.08251.0367.4474.71
HexA393EA1E2508fb434b
Octal2432233523645010373103113
Binary10100011100100111110101011110100101010001111101110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A393EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A393EA; }

 p { color: rgb(163,147,234); }

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

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

 a { background-color: rgb(163,147,234); }

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

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

 span { border-color: rgb(163,147,234); }

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