#A393F3

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

Shades of Biloba Flower #A393F3

Tints of Biloba Flower #A393F3

Color information

#A393F3 (or 0xA393F3) is unknown color: approx Biloba Flower. HEX triplet: A3, 93 and F3. RGB value is (163,147,243). Sum of RGB (Red+Green+Blue) = 163+147+243=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #A393F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393F3 is #5C6C0C. Grayscale: #A2A2A2. Windows color (decimal): -6056973 or 15963043. OLE color: 15963043.

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

Color convert

RGB163147243-
CMYK0.330.4000.05
HSL250º80%76.47%-
HSV(B)250º39.51%95.29%-
XYZ41.7235.1389.38-
YUV162.73173.3128.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.48%
GREEN value IS 147 (57.81% from 255) = 26.58%
BLUE value IS 243 (95.31% from 255) = 43.94%
R=29.48%
G=26.58%
B=43.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631472430.330.4000.052508076.47
HexA393F3212805fa504c
Octal243223363415005372120114
Binary10100011100100111111001110000110100001011111101010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A393F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A393F3; }

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

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

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

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

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

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

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

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