#A393F2

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

Shades of Biloba Flower #A393F2

Tints of Biloba Flower #A393F2

Color information

#A393F2 (or 0xA393F2) is unknown color: approx Biloba Flower. HEX triplet: A3, 93 and F2. RGB value is (163,147,242). Sum of RGB (Red+Green+Blue) = 163+147+242=552 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.53% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #A393F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393F2 is #5C6C0D. Grayscale: #A2A2A2. Windows color (decimal): -6056974 or 15897507. OLE color: 15897507.

HSL color Cylindrical-coordinate representation of color #A393F2: hue angle of 250.11º 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 #A393F2 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB163147242-
CMYK0.330.3900.05
HSL250.11º78.51%76.27%-
HSV(B)250.11º39.26%94.9%-
XYZ41.5635.0688.58-
YUV162.61172.8128.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.53%
GREEN value IS 147 (57.81% from 255) = 26.63%
BLUE value IS 242 (94.92% from 255) = 43.84%
R=29.53%
G=26.63%
B=43.84%

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
Decimal1631472420.330.3900.05250.1178.5176.27
HexA393F2212705fa4f4c
Octal243223362414705372117114
Binary10100011100100111111001010000110011101011111101010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A393F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A393F2; }

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

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

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

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

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

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

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

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